diff options
| author | JAROWMR <jarorutjes07@gmail.com> | 2025-01-07 22:11:50 +0100 | 
|---|---|---|
| committer | JAROWMR <jarorutjes07@gmail.com> | 2025-01-07 22:11:50 +0100 | 
| commit | 1a61140ab5be8ede0aa19644cd29fb6770261f91 (patch) | |
| tree | c126d95c321c44a9f6eeb7d96a2e10b4e6e8175a /game/coins/CoinSystemScript.h | |
| parent | f2028cd4def82f5f6a52392ff011f6d0fa4aa315 (diff) | |
fixed coin spawn offset
Diffstat (limited to 'game/coins/CoinSystemScript.h')
| -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; |