Adding sound and music

This commit is contained in:
2024-09-01 18:16:06 +02:00
parent dfade2fc63
commit 78921a780c
35 changed files with 355 additions and 17 deletions

View File

@@ -5,6 +5,8 @@ signal scanner_selected
func _on_scanner_select_item_selected(index):
var scannerType : Scanners.Type
$ClickSound.play()
match index:
0: scannerType = Scanners.Type.NoScanner
1: scannerType = Scanners.Type.Water