Increase screen size.

This commit is contained in:
Robbie Antenesse 2016-04-26 13:25:04 -06:00
parent d31c5eb855
commit c81d094094
1 changed files with 4 additions and 4 deletions

View File

@ -3,10 +3,10 @@ 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(160), // 640
height: pixel(64), height: pixel(120), // 480
hBorder: pixel(24), hBorder: pixel(64),
vBorder: pixel(24)}); vBorder: pixel(48)});
function start() function start()
{ {