From 1a61140ab5be8ede0aa19644cd29fb6770261f91 Mon Sep 17 00:00:00 2001 From: JAROWMR Date: Tue, 7 Jan 2025 22:11:50 +0100 Subject: fixed coin spawn offset --- game/coins/CoinSystemScript.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game/coins/CoinSystemScript.h') 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 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; -- cgit v1.2.3