1
0
Fork 0

disable all debugmodes

master
Willems Davy 2023-09-20 11:50:35 +02:00
parent 0c03c7f55e
commit b86f382ce5
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// --------------------------------------------------------------------------------------------------
// global variables and consts
// --------------------------------------------------------------------------------------------------
const DEBUGMODERAMUSE = 1;
const DEBUGMODERAMUSE = 0;
let memStart;
if (DEBUGMODERAMUSE)
@ -9,7 +9,7 @@ if (DEBUGMODERAMUSE)
const DEBUGMODE = 0;
const DEBUGMODEINPUT = 0;
const DEBUGMODESPEED = 1;
const DEBUGMODESPEED = 0;
const TILESIZE = 10;
const SCREENWIDTH = g.getWidth();