Got the basics of sprites working

This commit is contained in:
JJ Bliss
2026-04-25 19:43:13 -04:00
parent 81abb061b3
commit c94e19c434
3 changed files with 166 additions and 54 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ HARE_SOURCES != find . -name '*.ha'
build: build/meadow
run: build
build/meadow screentest.rom
build/meadow monospace.rom
build/meadow: $(HARE_SOURCES)
hare build $(LIBS) -o build/meadow src/