Files
Embodiment/World.gd
tiffanyfrias10 506253d310 Pls test Jas
2021-11-22 22:15:28 -06:00

6 lines
102 B
GDScript

extends Node2D
func _ready() -> void:
$YSort/Player.position = get_viewport_rect().size / 2
return