added some sound triggers and holes in the map

This commit is contained in:
2023-12-17 02:02:16 +11:00
parent 046c4f5afb
commit e1a867d2a9
99 changed files with 1375 additions and 239 deletions

View File

@ -11,3 +11,7 @@ func set_popup(prompt_text, dismiss_text):
func _on_button_pressed() -> void:
completed.emit()
queue_free()
func _on_button_mouse_entered() -> void:
$AudioStreamPlayer.play()