diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2025-01-06 12:27:20 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2025-01-06 12:27:20 +0100 |
commit | a4859aa99f5c80b80b093fde1589283dfbb70bbf (patch) | |
tree | c72d8c764eea55c8308b0c47b1c23bf1a6d5d554 /game/coins | |
parent | f8f420bc6866297d0deaafb6d1acc23eaab1b17e (diff) |
updated coin config
Diffstat (limited to 'game/coins')
-rw-r--r-- | game/coins/CoinSystemScript.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/game/coins/CoinSystemScript.h b/game/coins/CoinSystemScript.h index 51739d6..4bafa01 100644 --- a/game/coins/CoinSystemScript.h +++ b/game/coins/CoinSystemScript.h @@ -38,8 +38,8 @@ private: private: static constexpr float SPAWN_SPACING_MIN = 400; static constexpr float SPAWN_SPACING_MAX = 1000; - static constexpr float SPAWN_DISTANCE = 400; - static constexpr float DESPAWN_DISTANCE = 400; + static constexpr float SPAWN_DISTANCE = 600; + static constexpr float DESPAWN_DISTANCE = 600; static constexpr float SPAWN_AREA = 50; static std::vector<CoinData> coin_locations; private: |