stardew_valley/Api mod/[CM] pi music/content.json

22 lines
286 B
JSON
Raw Permalink Normal View History

2024-01-11 05:38:42 +08:00
{
"Music" : [
{
"Id": "starshoot",
"File": "xuehua.ogg",
"Loop": true,
"Preload": true
},
{
"Id": "UFO",
"File": "shuwu.ogg",
"Loop": true,
"Preload": true
},
{
"Id": "archaeo",
"File": "jian.ogg",
"Loop": true,
"Preload": true
}
]
}