smooth out scrolling

This commit is contained in:
2026-08-02 05:56:46 -04:00
parent d6e00f287a
commit fe7ffcf963
3 changed files with 5 additions and 9 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ players = {
last_fetch = 0
scroll_x = 0
scroll_speed = 10
frames_per_tick = 2
scroll_speed = 1
frames_per_tick = 1
tick = 0
times_scrolled = 0
virtual_canvas = None