Level 1 implemented

Level 1 playable; more to be added
This commit is contained in:
Jane Cho
2021-12-08 03:05:02 -06:00
parent 6e4284a792
commit d6e7dd9db3
6 changed files with 86 additions and 33 deletions

View File

@@ -7,8 +7,9 @@ extends Node2D
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
func _ready() -> void:
$YSort/Player.load_hud($HUD)
return
# Called every frame. 'delta' is the elapsed time since the previous frame.