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

6
Levels/Collectible.gd Normal file
View File

@@ -0,0 +1,6 @@
extends Node2D
var dialog = get_parent().get_node('HUD/Control')
func _on_Area2D_body_entered(body):
dialog.visible = true