MacLO/src
Jon Thysell eab519a40d Importing image assets from ArduLO
I've imported some of the "character" images from ArduLO, converted to
GIFs because they're easier to work with. They've been imported into a
new Bitmaps structure so they only need to be loaded once at app start.

I've also cleaned up some of the drawing code, and created a series of
helpers for dividing Rects into a 3x3 grid, to make it easier to define
the layout. I've also stubbed out "theme-support". :)
2021-11-04 19:54:28 -07:00
..
Bitmaps.c Importing image assets from ArduLO 2021-11-04 19:54:28 -07:00
Bitmaps.h Importing image assets from ArduLO 2021-11-04 19:54:28 -07:00
Common.h Small refactoring, handle missing WIND resource, added icons and version resources 2021-10-13 17:44:08 -07:00
GameEndScene.c Importing image assets from ArduLO 2021-11-04 19:54:28 -07:00
GameEndScene.h Refactored scenes into separate files, added game end, added title logo 2021-10-31 15:13:51 -07:00
GameEngine.c Refactored scenes into separate files, added game end, added title logo 2021-10-31 15:13:51 -07:00
GameEngine.h Refactored scenes into separate files, added game end, added title logo 2021-10-31 15:13:51 -07:00
GameWindow.c Importing image assets from ArduLO 2021-11-04 19:54:28 -07:00
GameWindow.h Importing image assets from ArduLO 2021-11-04 19:54:28 -07:00
LevelEndScene.c Importing image assets from ArduLO 2021-11-04 19:54:28 -07:00
LevelEndScene.h Refactored scenes into separate files, added game end, added title logo 2021-10-31 15:13:51 -07:00
Levels.c Refactored scenes into separate files, added game end, added title logo 2021-10-31 15:13:51 -07:00
Levels.h Refactored scenes into separate files, added game end, added title logo 2021-10-31 15:13:51 -07:00
MacCommon.c Importing image assets from ArduLO 2021-11-04 19:54:28 -07:00
MacCommon.h Importing image assets from ArduLO 2021-11-04 19:54:28 -07:00
MacLO.c Importing image assets from ArduLO 2021-11-04 19:54:28 -07:00
MacLO.h Proper event loop, menus, and more 2021-10-15 17:29:07 -07:00
MacLO.pi.bin Importing image assets from ArduLO 2021-11-04 19:54:28 -07:00
MacLO.pi.rsrc.bin Importing image assets from ArduLO 2021-11-04 19:54:28 -07:00
main.c Proper event loop, menus, and more 2021-10-15 17:29:07 -07:00
PlayScene.c Importing image assets from ArduLO 2021-11-04 19:54:28 -07:00
PlayScene.h Refactored scenes into separate files, added game end, added title logo 2021-10-31 15:13:51 -07:00
Scenes.h Importing image assets from ArduLO 2021-11-04 19:54:28 -07:00
stdbool.h Factored out GameWindow, added error alert dialogs, simplified stdbool.h 2021-10-15 09:43:09 -07:00
stdint.h Fix line endings 2021-10-11 11:11:48 -07:00
TitleScene.c Importing image assets from ArduLO 2021-11-04 19:54:28 -07:00
TitleScene.h Refactored scenes into separate files, added game end, added title logo 2021-10-31 15:13:51 -07:00