From 9e3eafcb8b948eebfd189323138415ba672cdaa5 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 20 Sep 2025 15:35:16 -0600 Subject: Trash yippee! --- src/entity.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/entity.h') 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; -- cgit v1.2.3