minimal text scale docs + reset on cls()

This commit is contained in:
2024-04-10 00:03:54 +02:00
parent 285d9aee2c
commit d5ed809dc7
3 changed files with 12 additions and 3 deletions

Binary file not shown.

View File

@@ -62,6 +62,7 @@ export fn cls(col: i32) {
textCursorX = 0;
textCursorY = 0;
outputChannel = 0;
textScale = 1;
memory.fill(120, col, 320*240);
}