This commit is contained in:
2023-10-18 15:26:27 -04:00
parent 5dac6ced93
commit 0fa604298f
12 changed files with 114 additions and 79 deletions

View File

@ -14,7 +14,7 @@ script/source = "extends Node2D
# Called when the node enters the scene tree for the first time.
func _ready():
$Player/Camera2D.current = true
$Player/Camera2D.make_current()
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):