Turn Off Debug Messages

This commit is contained in:
Robbie Antenesse 2016-05-18 15:46:38 -06:00
parent 13cd2c7efe
commit af99529e12

View file

@ -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),