forked from FOSS/BangleApps
disable all debugmodes
parent
0c03c7f55e
commit
b86f382ce5
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue