mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 07:32:35 +00:00
Initial music playlist implementation, added menu music
This commit is contained in:
22
assets/base/shared/sound/master.json
Normal file
22
assets/base/shared/sound/master.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"playlists": {
|
||||
"menus": [
|
||||
"menu_background"
|
||||
],
|
||||
"nighttime": [],
|
||||
"daytime": []
|
||||
},
|
||||
"music": [
|
||||
{
|
||||
"name": "menu_background",
|
||||
"path": "music/untitled-2-revised-extended_mixed.ogg"
|
||||
}
|
||||
],
|
||||
"sounds": [
|
||||
{
|
||||
"name": "shield_regen",
|
||||
"type": "sfx",
|
||||
"path": "sfx/shield_regen.wav"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
---
|
||||
playlists:
|
||||
- menus:
|
||||
- nighttime:
|
||||
- daytime:
|
||||
music:
|
||||
sounds:
|
||||
-
|
||||
name: shield_regen
|
||||
type: sfx
|
||||
path: sfx/shield_regen.wav
|
||||
Binary file not shown.
Reference in New Issue
Block a user