diff --git a/js/utils/constants.js b/js/utils/constants.js index 071e805..d9e61fb 100644 --- a/js/utils/constants.js +++ b/js/utils/constants.js @@ -62,7 +62,7 @@ export const GAME_CONFIG = typeof Phaser !== 'undefined' ? { default: 'arcade', arcade: { gravity: { y: 0 }, - debug: true + debug: false } } } : null; \ No newline at end of file