feat(assets): add menu sound effects
This commit is contained in:
parent
288e710b9f
commit
7c02075075
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ import (
|
|||
const (
|
||||
SFX_SHAPE_LOCKED audio.SoundID = 0
|
||||
SFX_ROW_CLEARED audio.SoundID = 1
|
||||
SFX_MENU_SELECT audio.SoundID = 0
|
||||
SFX_MENU_ENTER audio.SoundID = 1
|
||||
)
|
||||
|
||||
func LoadSound() *audio.Library {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue