mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-21 11:18:08 +00:00
Update GAME_CONFIG to disable debug mode for arcade physics
This commit is contained in:
@@ -62,7 +62,7 @@ export const GAME_CONFIG = typeof Phaser !== 'undefined' ? {
|
||||
default: 'arcade',
|
||||
arcade: {
|
||||
gravity: { y: 0 },
|
||||
debug: true
|
||||
debug: false
|
||||
}
|
||||
}
|
||||
} : null;
|
||||
Reference in New Issue
Block a user