mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 02:10:18 +01:00
game over detection system
This commit is contained in:
@@ -48,7 +48,7 @@ function onUpdateZone(zone) {
|
||||
|
||||
|
||||
export const game = new Game(onUpdateZone, onUpdateNewZone);
|
||||
const penaltyController = new PenaltyController(game);
|
||||
export const penaltyController = new PenaltyController();
|
||||
penaltyController.init()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user