aboutsummaryrefslogtreecommitdiff
path: root/src/macroknight/game.hy
diff options
context:
space:
mode:
Diffstat (limited to 'src/macroknight/game.hy')
-rw-r--r--src/macroknight/game.hy3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/macroknight/game.hy b/src/macroknight/game.hy
index 1676e5a..005f356 100644
--- a/src/macroknight/game.hy
+++ b/src/macroknight/game.hy
@@ -139,11 +139,14 @@
pygame.K_w (.jump player)
pygame.K_d (.move player #(player.SPEED 0))))
+
+
(try
(when (any ongoing_inputs)
(for [entity entities]
(apply-collisions entity entities)))
+ (.animate player)
(.flush player)
;; Apply systems