diff options
Diffstat (limited to 'game/prefab/ZapperObject.h')
-rw-r--r-- | game/prefab/ZapperObject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/game/prefab/ZapperObject.h b/game/prefab/ZapperObject.h index 9f4e4a1..42edc51 100644 --- a/game/prefab/ZapperObject.h +++ b/game/prefab/ZapperObject.h @@ -11,6 +11,8 @@ public: ZapperObject(crepe::GameObject &&); public: + bool active = true; + struct { crepe::Sprite & orb_start; crepe::Sprite & orb_end; |