Files
Embodiment/Levels/Level 5.gd

7 lines
84 B
GDScript

extends Node2D
func _ready() -> void:
$YSort/Player.load_hud($HUD)
return