haha
This commit is contained in:
6
Levels/Collectible.gd
Normal file
6
Levels/Collectible.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
extends Node2D
|
||||
|
||||
var dialog = get_parent().get_node('HUD/Control')
|
||||
|
||||
func _on_Area2D_body_entered(body):
|
||||
dialog.visible = true
|
Reference in New Issue
Block a user