From 71ca9de9cadfcbd41327cbc37a94f54794d2316d Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Wed, 28 May 2025 01:19:25 +0100 Subject: Start using pymunk for physics --- src/macroknight/systems.hy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/macroknight/systems.hy') diff --git a/src/macroknight/systems.hy b/src/macroknight/systems.hy index 91d4e8c..b967504 100644 --- a/src/macroknight/systems.hy +++ b/src/macroknight/systems.hy @@ -31,7 +31,7 @@ ~@body))) (defsystem apply-gravity - (not entity.fixed) + (not (or entity.fixed entity.managed)) (.move entity #(0 GRAVITY))) (defsystem apply-collisions -- cgit v1.2.3