diff --git a/bin/app/data/config/world.toml b/bin/app/data/config/world.toml index 6ded2f6..8873cd4 100644 --- a/bin/app/data/config/world.toml +++ b/bin/app/data/config/world.toml @@ -21,8 +21,8 @@ enemy_buffer_width_tiles = 20 [scroll] # View pan speed (REQ-UI-SCROLL-SPEED): slow near the asteroid, fast across the # contest zone, with a linear ramp of the given width straddling each boundary. -pan_speed_slow_tiles_per_second = 8.0 -pan_speed_fast_tiles_per_second = 24.0 +pan_speed_slow_tiles_per_second = 16.0 +pan_speed_fast_tiles_per_second = 32.0 pan_ramp_band_width_tiles = 16 [expansion]