diff options
author | Logan Hunt <loganthebean222@gmail.com> | 2020-11-13 13:36:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-13 13:36:05 -0700 |
commit | 7c69351331da6488e53dbef54d759aebd2d4267f (patch) | |
tree | 2600505a74f42749ac06754fb3f70e3b2ef3d75c | |
parent | 97d4f9a11d135c0cbf132124052851d3e095cbe4 (diff) | |
download | geometry-dash-gba-master.tar.gz geometry-dash-gba-master.zip |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # Geometry-Dash-GBA A buggy game of geometry dash on the Game Boy Advance -This project is my first attempt at making something on the GBA that uses tiles and sprites and such. Many headaches were suffered during the making of this project :) +This project is my first attempt at making something on the GBA that uses tiles and sprites and such. Many headaches were suffered during the making of this project due to the bare-metal style of programming. ## Setting up environment |