Turn Off Debug Messages
This commit is contained in:
parent
13cd2c7efe
commit
af99529e12
1 changed files with 1 additions and 1 deletions
2
start.js
2
start.js
|
@ -1,7 +1,7 @@
|
||||||
OS.S.defaultStep = 1 / 120;
|
OS.S.defaultStep = 1 / 120;
|
||||||
OS.S.numberOfScriptsToLoad = 16;
|
OS.S.numberOfScriptsToLoad = 16;
|
||||||
OS.S.pixelScale = 4;
|
OS.S.pixelScale = 4;
|
||||||
// Oversimplified.DEBUG.showMessages = false;
|
Oversimplified.DEBUG.showMessages = false;
|
||||||
OS.SetCamera({
|
OS.SetCamera({
|
||||||
width: pixel(64),
|
width: pixel(64),
|
||||||
height: pixel(64),
|
height: pixel(64),
|
||||||
|
|
Loading…
Add table
Reference in a new issue