summary refs log tree commit diff stats
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map.h b/src/map.h index 2d448e4..7dbe613 100644 --- a/src/map.h +++ b/src/map.h
@@ -23,6 +23,7 @@ struct Prototype {
23 vec2i collisionSize; 23 vec2i collisionSize;
24 std::string animationFilename; 24 std::string animationFilename;
25 std::string interactionScript; 25 std::string interactionScript;
26 bool shadow = false;
26}; 27};
27 28
28struct Trigger { 29struct Trigger {