From 7924e037aa99915ff9cc0db94272531003ac64b8 Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Thu, 18 Jun 2026 21:48:43 +0200 Subject: [PATCH] increase asteroid size --- bin/app/data/config/world.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/app/data/config/world.toml b/bin/app/data/config/world.toml index 0cea7a7..aedd702 100644 --- a/bin/app/data/config/world.toml +++ b/bin/app/data/config/world.toml @@ -1,5 +1,5 @@ [world] -height_tiles = 30 +height_tiles = 40 refund_percentage = 75 starting_building_blocks = 1000 scrap_despawn_seconds = 30 @@ -11,7 +11,7 @@ orbit_factor = 0.8 rally_orbit_radius_tiles = 5.0 [regions] -asteroid_width_tiles = 40 +asteroid_width_tiles = 60 player_buffer_width_tiles = 20 contest_zone_width_tiles = 60 enemy_buffer_width_tiles = 20