mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-12 23:47:13 +08:00
Fixed whitespace conformity in events.js
This commit is contained in:
+1
-2
@@ -438,8 +438,7 @@ var Events = {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
Events._enemyAttackTimer =
|
Events._enemyAttackTimer = setTimeout(Events.enemyAttack, scene.attackDelay * 1000);
|
||||||
setTimeout(Events.enemyAttack, scene.attackDelay * 1000);
|
|
||||||
},
|
},
|
||||||
|
|
||||||
winFight: function() {
|
winFight: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user