Fixed nested entities stuff

This commit is contained in:
2025-05-19 16:49:44 -05:00
parent 0c5675e1b4
commit 3b9986b4ee
7 changed files with 38 additions and 36 deletions

View File

@@ -20,7 +20,7 @@ func _process(delta: float) -> void:
(viewportHeight / 2.0)
) / unitScale;
var look = follow.position;
var look = follow.global_position;
var position = Vector3(0, 0, 2) + look;
look_at_from_position(