Prey is now reflected to be smooth across periodic boundary too

This commit is contained in:
2026-01-02 22:03:29 +01:00
parent 4160361145
commit 8de3ee2c9a
4 changed files with 113 additions and 3 deletions

View File

@@ -25,3 +25,4 @@ func spawn_creature(scene, position: Vector2) -> void:
var instance = scene.instantiate()
instance.position = position
add_child(instance)