Skip to content

Commit

Permalink
keira: fix asteroids
Browse files Browse the repository at this point in the history
  • Loading branch information
and3rson committed Mar 10, 2024
1 parent c766408 commit 37ef347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/keira/sdcard/asteroids/asteroids.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ANGLE_STEP = 360 / ANGLE_COUNT
display.fill_screen(BLACK)
display.set_cursor(8, display.height / 2 - 8)
display.print("Завантаження...")
display.render()
display.queue_draw()

-------------------------------------------------------------------------------
-- Завантаження ресурсів
Expand Down

0 comments on commit 37ef347

Please sign in to comment.