Adjusted story window to leave more space on left.

This commit is contained in:
Martin Haye
2021-10-10 09:30:11 -07:00
parent 760d46f4a4
commit 8851d88415
2 changed files with 2 additions and 2 deletions

View File

@@ -57,12 +57,12 @@ end
///////////////////////////////////////////////////////////////////////////////////////////////////
def setBlock1()#0
setWindow(0, 189, 0, 133)
setWindow(0, 189, 4, 133) // t,b,l,r
end
///////////////////////////////////////////////////////////////////////////////////////////////////
def setBlock2()#0
setWindow(135, 171, 140, 280)
setWindow(135, 171, 140, 280) // t,b,l,r
end
///////////////////////////////////////////////////////////////////////////////////////////////////