Files
Embodiment/World.gd
2021-10-19 12:58:01 -05:00

6 lines
108 B
GDScript

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