mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-09 14:44:05 +09:00
changing default border col
This commit is contained in:
@@ -112,9 +112,9 @@ class GraphicsAdapter(val vm: VM, val lcdMode: Boolean = false, lcdInvert: Boole
|
|||||||
// -1 is preferred because it points to the colour CLEAR, and it's constant.
|
// -1 is preferred because it points to the colour CLEAR, and it's constant.
|
||||||
spriteAndTextArea.fillWith(-1)
|
spriteAndTextArea.fillWith(-1)
|
||||||
|
|
||||||
unusedArea[0] = 0
|
unusedArea[0] = 2
|
||||||
unusedArea[1] = 2
|
unusedArea[1] = 3
|
||||||
unusedArea[2] = 14
|
unusedArea[2] = 4
|
||||||
|
|
||||||
setCursorPos(0, 0)
|
setCursorPos(0, 0)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user