mirror of
https://github.com/ysoftdevs/pf2015.git
synced 2026-03-18 23:34:37 +01:00
fix level title overflow and math card overflow
This commit is contained in:
@@ -116,7 +116,7 @@ var mathCards = {
|
||||
'ten': {
|
||||
'arabic': '10',
|
||||
'roman': 'X',
|
||||
'math': '4*2+2',
|
||||
'math': '5*2',
|
||||
'japanese': '十'
|
||||
}
|
||||
};
|
||||
|
||||
@@ -58,7 +58,7 @@ angular.module('app', ['angular-flippy', 'level-selector', 'level-complete'])
|
||||
cardSet: basicCards,
|
||||
cardTypes: ['picture', 'picture', 'picture', 'picture']
|
||||
}, {
|
||||
levelName: "04: Simple Math",
|
||||
levelName: "04: Math",
|
||||
totalCards: 4*4,
|
||||
cardsPerRow: 4,
|
||||
chainLength: 2,
|
||||
|
||||
Reference in New Issue
Block a user