diff options
author | quou <quou@disroot.org> | 2023-05-06 15:50:31 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2023-05-06 15:50:31 +1000 |
commit | ec51d32ea0a30c138e690f637f38d83c086e02b9 (patch) | |
tree | 95570a567cc34ef5255a845391178d8649cd56a4 /sprite.h | |
parent | 9e28af25b8fb5c9474ccbec2bd4dff26f1871075 (diff) |
Add the main mechanic.
Diffstat (limited to 'sprite.h')
-rw-r--r-- | sprite.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -20,7 +20,10 @@ typedef enum { sprite_enemy_bullet, sprite_author, sprite_free, - sprite_floor_tile, + sprite_floor_tile_1, + sprite_floor_tile_2, + sprite_floor_tile_3, + sprite_floor_tile_4, sprite_bricks, sprite_heart_empty, sprite_heart_full, |