summary refs log tree commit diff stats
path: root/src/sprite.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sprite.h')
-rw-r--r--src/sprite.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sprite.h b/src/sprite.h index 028008d..e9c6fd0 100644 --- a/src/sprite.h +++ b/src/sprite.h
@@ -33,6 +33,9 @@ public:
33 33
34 // Transform 34 // Transform
35 vec2i loc { 0, 0 }; 35 vec2i loc { 0, 0 };
36 bool collidable = false;
37 vec2i collisionOffset;
38 vec2i collisionSize;
36 39
37 // Animation 40 // Animation
38 bool isAnimated = false; 41 bool isAnimated = false;