Files
Embodiment/World.gd
2021-11-23 23:24:48 -06:00

7 lines
141 B
GDScript

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