le timer s'arrète quand on finit le jeu
這個提交存在於:
父節點
02728cb927
當前提交
db7c22d8b6
共有 2 個檔案被更改,包括 3 行新增 和 1 行删除
|
|
@ -27,6 +27,7 @@ let gameState = {
|
|||
playable: false,
|
||||
levelManager: new LevelManager( () => {
|
||||
alert("Toutes les bottes sont rangées");
|
||||
gameState.timer.stop();
|
||||
} ),
|
||||
levelId: 0,
|
||||
};
|
||||
|
|
|
|||
3
todo.md
3
todo.md
|
|
@ -19,6 +19,7 @@
|
|||
* Table with filled usernames
|
||||
|
||||
## Insectes
|
||||
|
||||
* Error when last level is successfully finished
|
||||
* Size of the canvas: tiles not squared with some levels
|
||||
* alt tab starts game
|
||||
* Timer does not stop on win
|
||||
|
|
|
|||
載入中…
新增問題並參考