diff options
author | nathan <nathansmith@disroot.org> | 2025-09-20 21:35:16 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-09-20 21:35:16 +0000 |
commit | 9e3eafcb8b948eebfd189323138415ba672cdaa5 (patch) | |
tree | 5ca1a79f31163089d9a8131d3e3e6dcab122ece2 /src/entity.h | |
parent | 96b7a7205751c76f74d6a5fecb3b5b2ff168b9cd (diff) | |
download | FindThings-9e3eafcb8b948eebfd189323138415ba672cdaa5.tar.gz FindThings-9e3eafcb8b948eebfd189323138415ba672cdaa5.tar.bz2 FindThings-9e3eafcb8b948eebfd189323138415ba672cdaa5.zip |
Trash yippee!
Diffstat (limited to 'src/entity.h')
-rw-r--r-- | src/entity.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/entity.h b/src/entity.h index 8078cfc..839a847 100644 --- a/src/entity.h +++ b/src/entity.h @@ -27,6 +27,10 @@ #define SAMANTHAS_SPOT_HEIGHT 5 #define TRASHCAN_SCALE 2.0 +#define TRASHCAN_FRAMES 4 +#define TRASHCAN_ANIMATION_SPEED 6 +#define TRASHCAN_WIDTH 45.0 +#define TRASHCAN_HEIGHT 60.0 typedef int8_t EntityId; |