sprite handling
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
2026-02-21 23:06:28 +01:00
parent 4e35cd4bd3
commit 9ae6c12582
9 changed files with 100 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ function GameWindow.draw()
UI.draw_decision_selector(available_decisions, Context.selected_decision_index)
end
end
Sprite.draw()
end
function GameWindow.update()