diff options
Diffstat (limited to 'game')
-rw-r--r-- | game/coins/CoinSystemScript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/coins/CoinSystemScript.h b/game/coins/CoinSystemScript.h index b432f68..6422807 100644 --- a/game/coins/CoinSystemScript.h +++ b/game/coins/CoinSystemScript.h @@ -42,7 +42,7 @@ private: std::vector<int> weights = {20, 20,20,20, 20}; std::random_device rd; std::default_random_engine engine; - float system_position = 1200; + float system_position = 1400; static constexpr float SYSTEM_POSITION_OFFSET = 200; private: static constexpr float SPAWN_SPACING_MIN = 400; |