Prey is now reflected to be smooth across periodic boundary too
This commit is contained in:
@@ -25,3 +25,4 @@ func spawn_creature(scene, position: Vector2) -> void:
|
||||
var instance = scene.instantiate()
|
||||
instance.position = position
|
||||
add_child(instance)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user