Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 567 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 567 Bytes

Drawing sprites on the Game Boy Advance

Drawing sprites on the Game Boy Advance

Sprites are used to represent more of the objects in video games. We can move them around the screen, animate them, and more.

All graphics (sprites & backgrounds) for the Butano Game engine must be bitmap images. These images must be placed in the "graphics" folder of your project. No changes need to be added to the makefile. However, like mentioned in my previous tutorial on Project Structure in Butano, a matching .json file will be needed.