This commit is contained in:
Jasmine Hyder
2021-12-10 15:38:00 -06:00
parent 6bfbfd7989
commit 2c65c5f4b6
11 changed files with 208 additions and 13 deletions

View File

@@ -4,4 +4,10 @@ func _ready() -> void:
#$YSort/Player.position = get_viewport_rect().size / 2
$YSort/Player.position = Vector2(0,0)
$YSort/Player.load_hud($HUD)
$HUD/Control.visible = false
return
func _on_Area2D_body_entered(body):
$HUD/Control.visible = true
print("j")