Break out the game demo into multiple source and include files, add a bunch of missing assets, conform to the new subsystems interface from libakgl

This commit is contained in:
2026-05-25 21:30:47 -04:00
parent f7e61cf59b
commit df4d532d82
23 changed files with 873 additions and 406 deletions

View File

@@ -0,0 +1,16 @@
{
"spritesheet": {
"filename": "../menupointer.png",
"frame_width": 50,
"frame_height": 49
},
"name": "menupointer",
"width": 50,
"height": 49,
"speed": 0,
"loop": false,
"loopReverse": false,
"frames": [
0
]
}