Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
leminlimez committed Feb 25, 2023
1 parent f718f10 commit 1c3b9ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file not shown.
6 changes: 6 additions & 0 deletions Cowabunga/Controllers/AudioManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ class AudioFiles {
case kbKeyClick = "Key Click"
case kbKeyDel = "Key Delete"
case kbKeyMod = "Key Modifier"

case tock = "Tock"
case tink = "Tink"
}

static var ListOfAudio: [String: [String]] = [:]
Expand Down Expand Up @@ -312,5 +315,8 @@ class AudioFiles {
SoundEffect.kbKeyClick.rawValue: "UISounds/key_press_click.caf",
SoundEffect.kbKeyDel.rawValue: "UISounds/key_press_delete.caf",
SoundEffect.kbKeyMod.rawValue: "UISounds/key_press_modifier.caf",

SoundEffect.tock.rawValue: "UISounds/Tock.caf",
SoundEffect.tink.rawValue: "UISounds/Tink.caf"
]
}

0 comments on commit 1c3b9ea

Please sign in to comment.