diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-14 11:59:55 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-14 11:59:55 +0100 |
commit | b68a18a730bf50c92fd2c562ae2ecb5c54692364 (patch) | |
tree | 91451bd274eb851b92e422338e57f37d0ab7684a /src/gameplay.hpp | |
parent | add license, better next screen and begin savestate (diff) | |
download | threshold-b68a18a730bf50c92fd2c562ae2ecb5c54692364.tar.gz threshold-b68a18a730bf50c92fd2c562ae2ecb5c54692364.tar.bz2 threshold-b68a18a730bf50c92fd2c562ae2ecb5c54692364.tar.xz threshold-b68a18a730bf50c92fd2c562ae2ecb5c54692364.tar.zst threshold-b68a18a730bf50c92fd2c562ae2ecb5c54692364.zip |
boss has the correct textures
Diffstat (limited to '')
-rw-r--r-- | src/gameplay.hpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gameplay.hpp b/src/gameplay.hpp index 4f16504..5d02e4c 100644 --- a/src/gameplay.hpp +++ b/src/gameplay.hpp @@ -34,9 +34,10 @@ #define SBIRE_TEX_IDLE "../meta/media/sprites/sbire_idle.png" #define SBIRE_TEX_HURT "../meta/media/sprites/sbire_hurt.png" -#define BACKGROUND_TEX "../meta/media/sprites/background.png" - -// TODO: boss textures +// boss textures +#define BOSS_TEX_IDLE "../meta/media/sprites/boss_idle.png" +#define BOSS_TEX_HURT "../meta/media/sprites/boss_hurt.png" +#define BOSS_TEX_DEAD "../meta/media/sprites/boss_hurt.png" // #define COOLPURPLE \ // CLITERAL(Color) { 170, 153, 255, 255 } // cool Purple |