[FEAT] setchar. Redefinition of characters

This commit is contained in:
2021-12-03 20:10:38 +01:00
parent 72412a01bd
commit 280ca2ceca
2 changed files with 9 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ function init()
x, y, dx, dy = 0, 0, 1, 1
paper(COLOR_BLACK)
ink(COLOR_RED)
setchar(224, 0x18, 0x18, 0x18, 0xff, 0xff, 0x18, 0x18, 0x18)
end
function update()