Added world collision

This commit is contained in:
2025-10-21 16:20:28 +03:00
parent 19be23c539
commit 2d58e385fd
6 changed files with 59 additions and 18 deletions
-1
View File
@@ -5,4 +5,3 @@ func _ready() -> void:
var player : Node = load("res://game/entities/player.tscn").instantiate()
player.position = Vector2(100, 100)
add_child(player)