game over slow down fx (fixes #39)
This commit is contained in:
@@ -296,7 +296,7 @@ function checkGameOver (state) {
|
||||
if (state.damage >= DAMAGE_MAX) {
|
||||
state.damage = 0;
|
||||
state.isGameOver = true;
|
||||
state.isPaused = true;
|
||||
//state.isPaused = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user