log slide
This commit is contained in:
@@ -8,6 +8,7 @@ scoreboard_matrix = ScoreboardMatrix()
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
while True:
|
while True:
|
||||||
|
print(scoreboard_matrix.current_slide)
|
||||||
if scoreboard_matrix.current_slide == "score":
|
if scoreboard_matrix.current_slide == "score":
|
||||||
canvas = score.draw_frame(scoreboard_matrix)
|
canvas = score.draw_frame(scoreboard_matrix)
|
||||||
if canvas:
|
if canvas:
|
||||||
|
|||||||
Reference in New Issue
Block a user