diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-07 10:05:58 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-07 10:05:58 +0100 |
commit | f8496d3d48beeb6e0c5ef8dc82e16d281c94148e (patch) | |
tree | c6ad1a197d878bfb9dddd6f549adf439225de29b /game/prefab/ZapperObject.h | |
parent | 743cdd5b2fe175605352c337396c3d70dac66247 (diff) |
add collider to zapper
Diffstat (limited to 'game/prefab/ZapperObject.h')
-rw-r--r-- | game/prefab/ZapperObject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/game/prefab/ZapperObject.h b/game/prefab/ZapperObject.h index b4bb942..c43af67 100644 --- a/game/prefab/ZapperObject.h +++ b/game/prefab/ZapperObject.h @@ -26,8 +26,8 @@ public: crepe::Animator & glow_end; } animator; - // crepe::Rigidbody & body; - // crepe::BoxCollider & collider; + crepe::Rigidbody & body; + crepe::BoxCollider & collider; private: static constexpr float SCALE = 0.8; |