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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sprite.h b/src/sprite.h index b2cca87..4a65763 100644 --- a/src/sprite.h +++ b/src/sprite.h
@@ -34,9 +34,11 @@ public:
34 // Transform 34 // Transform
35 vec2i loc { 0, 0 }; 35 vec2i loc { 0, 0 };
36 bool collidable = false; 36 bool collidable = false;
37 bool solid = false;
37 vec2i collisionOffset; 38 vec2i collisionOffset;
38 vec2i collisionSize; 39 vec2i collisionSize;
39 std::string interactionScript; 40 std::string interactionScript;
41 std::string walkthroughScript;
40 42
41 // Animation 43 // Animation
42 bool isAnimated = false; 44 bool isAnimated = false;