diff options
Diffstat (limited to 'game/prefab/ZapperObject.h')
-rw-r--r-- | game/prefab/ZapperObject.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/game/prefab/ZapperObject.h b/game/prefab/ZapperObject.h index cc2d37c..b4bb942 100644 --- a/game/prefab/ZapperObject.h +++ b/game/prefab/ZapperObject.h @@ -30,5 +30,8 @@ public: // crepe::BoxCollider & collider; private: - static constexpr int SCALE = 60; + static constexpr float SCALE = 0.8; + +public: + void place(const crepe::vec2 & position, float rotation, float length); }; |