add print

This commit is contained in:
2026-08-02 00:34:12 -04:00
parent ea21c2fdda
commit 3f31b1e8a4
+2
View File
@@ -198,6 +198,8 @@ def draw_frame(matrix):
blit_slice(matrix.canvas, virtual_canvas, scroll_x)
draw_text_overlay(matrix.canvas, ordered, scroll_x)
print(tick, games, ordered)
tick += 1
if tick >= frames_per_tick:
tick = 0