aboutsummaryrefslogtreecommitdiff
path: root/game/coins/CoinSystemScript.h
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2025-01-07 22:11:50 +0100
committerJAROWMR <jarorutjes07@gmail.com>2025-01-07 22:11:50 +0100
commit1a61140ab5be8ede0aa19644cd29fb6770261f91 (patch)
treec126d95c321c44a9f6eeb7d96a2e10b4e6e8175a /game/coins/CoinSystemScript.h
parentf2028cd4def82f5f6a52392ff011f6d0fa4aa315 (diff)
fixed coin spawn offset
Diffstat (limited to 'game/coins/CoinSystemScript.h')
-rw-r--r--game/coins/CoinSystemScript.h2
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;