UI first pass

This commit is contained in:
2026-05-03 21:52:12 -05:00
parent 4a4adeb3c8
commit 6d9e2dd3e1
33 changed files with 890 additions and 103 deletions
+6
View File
@@ -0,0 +1,6 @@
module = {
render() {
Text.draw(10, 10, "Hello World");
SpriteBatch.flush();
}
};