added music/sounds

This commit is contained in:
2021-12-12 16:44:25 -06:00
parent 2c65c5f4b6
commit 877648dbc2
42 changed files with 715 additions and 548 deletions

View File

@@ -9,7 +9,7 @@ onready var shape = portal.get_child(0)
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
shape.set_deferred("disabled",true)
shape.set_deferred("disabled",true)
# Called every frame. 'delta' is the elapsed time since the previous frame.
@@ -18,4 +18,4 @@ func _ready() -> void:
func _on_ChestDetection_body_entered(body: Node) -> void:
shape.set_deferred("disabled",false)
shape.set_deferred("disabled",false)