From 4206b240631804eff5258ff9ea6ede5dc5814fee Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sun, 2 Aug 2026 06:00:01 -0400 Subject: [PATCH] test speed --- modes/fantasy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modes/fantasy.py b/modes/fantasy.py index 1588818..b048e1f 100644 --- a/modes/fantasy.py +++ b/modes/fantasy.py @@ -11,7 +11,7 @@ players = { last_fetch = 0 scroll_x = 0 -scroll_speed = 1 +scroll_speed = 5 frames_per_tick = 1 tick = 0 times_scrolled = 0