diff options
author | heavydemon21 <48092678+heavydemon21@users.noreply.github.com> | 2025-01-10 20:08:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-10 20:08:37 +0100 |
commit | ba0db2e49ff1b5c3e952c00bbc3f31176397f6b6 (patch) | |
tree | eefa561b81c48549277950692fdad714a2f501f2 /game/missile/SpawnEvent.h | |
parent | b9d00961a8894356c7cff7597de424a12d2841a6 (diff) | |
parent | 16917357837916d1ef88b6122218fa0d567d1ddc (diff) |
Merge pull request #131 from lonkaars/niels/game
Niels/game
Diffstat (limited to 'game/missile/SpawnEvent.h')
-rw-r--r-- | game/missile/SpawnEvent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/missile/SpawnEvent.h b/game/missile/SpawnEvent.h index 58293d7..3b9638c 100644 --- a/game/missile/SpawnEvent.h +++ b/game/missile/SpawnEvent.h @@ -10,7 +10,7 @@ struct MissileSpawnEvent : public crepe::Event {}; class MissileSpawnEventHandler : public crepe::Script { private: static constexpr int MISSILE_OFFSET = VIEWPORT_X; - static constexpr int RANGE = GAME_HEIGHT / 4; + static constexpr int RANGE = GAME_HEIGHT / 4.5; static constexpr int MIN_RANGE = -RANGE; static constexpr int MAX_RANGE = RANGE; |