push fantasy to first

This commit is contained in:
2026-06-25 23:55:30 -04:00
parent d6e94c968f
commit 91cf160685
+1 -1
View File
@@ -171,7 +171,7 @@ def draw_pil_image(canvas, img):
def run():
global canvas
times_ran = 0
supported_modes = ["score", "fantasy"]
supported_modes = ["fantasy", "score"]
current_mode = 0
while True: