quick commit before wahlolly does anything

This commit is contained in:
d
2025-04-30 07:39:21 +03:00
parent 50b4d4e670
commit ae25ffdd09
2 changed files with 14 additions and 4 deletions
+2 -3
View File
@@ -1,6 +1,5 @@
local raster = import("raster")
local ANSIColorPallete = import("halyde.core.termlib.lua").ANSIColorPalette
raster.drawPixel(4, 3, ANSIColorPallete["bright"][3])
raster.drawPixel(40, 34, nil, ANSIColorPallete["bright"][4])
raster.drawPixel(4, 3, 0xFFFF00)
raster.drawPixel(40, 34, nil, 0xFF00FF)
raster.drawPixel(3, 3)