iigs-game-engine/demos/sprites
2021-11-11 17:06:38 -06:00
..
assets/tiled Switch to the 256x128 tileset image 2021-11-02 22:01:31 -05:00
gen Switch to the 256x128 tileset image 2021-11-02 22:01:31 -05:00
_FileInformation.txt Sample project to focus on sprite development 2021-10-13 15:13:52 -05:00
.gitignore Ignore build products 2021-10-13 15:14:39 -05:00
App.Main.s Initial shell of generalize sprite size support; just for marking the dirty tiles 2021-11-11 17:06:38 -06:00
App.s Pull the sprite plane banks into the test build 2021-10-21 08:46:26 -05:00
build-image.bat Sample project to focus on sprite development 2021-10-13 15:13:52 -05:00
package.json Switch to the 256x128 tileset image 2021-11-02 22:01:31 -05:00
README.md Sample project to focus on sprite development 2021-10-13 15:13:52 -05:00
SprData.s Add fixed banks of memory to hold the sprite plane 2021-10-21 08:44:08 -05:00
SprMask.s Add fixed banks of memory to hold the sprite plane 2021-10-21 08:44:08 -05:00

= Sprite Demos

A project to work on the initial sprite implementation and exercise different sprite modes.