aboutsummaryrefslogtreecommitdiff
path: root/menu/menu.json
blob: c3d0d4ad6773a8848f1be5156daaa00261168d22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
  {
    "type": "sound_effect",
    "id": "menu_move",
    "volume": 100,
    "files": [ "menu/menu_move.ogg" ]
  },
  {
    "type": "sound_effect",
    "id": "menu_error",
    "volume": 100,
    "files": [ "menu/menu_error.ogg" ]
  }
]