Fixed critical bugs

This commit is contained in:
2025-10-29 10:40:58 +03:00
parent 5ea00cbd30
commit 29bf133a6c
6 changed files with 24 additions and 18 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ extends Node
func _ready() -> void:
var player : Node = load("res://game/entities/player.tscn").instantiate()
player.position = Vector2(100, 100)
add_child(player)
player.position = Vector2(100, 100)