forked from vergnet/application-amicale
Fixed level 6 missing
This commit is contained in:
parent
7d718141e7
commit
dbe03a2a2d
1 changed files with 5 additions and 5 deletions
|
@ -23,11 +23,11 @@ export default class GameLogic {
|
||||||
'3': 500,
|
'3': 500,
|
||||||
'4': 700,
|
'4': 700,
|
||||||
'5': 1000,
|
'5': 1000,
|
||||||
'7': 1500,
|
'6': 1500,
|
||||||
'8': 2000,
|
'7': 2000,
|
||||||
'9': 3000,
|
'8': 3000,
|
||||||
'10': 4000,
|
'9': 4000,
|
||||||
'11': 5000,
|
'10': 5000,
|
||||||
};
|
};
|
||||||
|
|
||||||
currentGrid: Array<Array<Object>>;
|
currentGrid: Array<Array<Object>>;
|
||||||
|
|
Loading…
Reference in a new issue