aboutsummaryrefslogtreecommitdiff
path: root/menu/menu.json
blob: a04797ee9a3a00fddc85225dc3b4d5ecfb61ed03 (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.wav" ]
  },
  {
    "type": "sound_effect",
    "id": "menu_error",
    "volume": 100,
    "files": [ "menu/menu_error.wav" ]
  }
]