Files
GMod_BF4_Loadingscreen/config.json
2023-08-01 18:33:14 +02:00

23 lines
585 B
JSON

{
"map": {
"gm_construct": {
"images": [
"/backgrounds/gm_construct/1.jpg",
"/backgrounds/gm_construct/2.jpg"
],
"music": [
"/music/gm_construct/1.mp3"
]
},
"gm_flatgrass": {
"images": [
"/backgrounds/gm_flatgrass/1.jpg",
"/backgrounds/gm_flatgrass/2.jpg"
],
"music": [
"/music/gm_flatgrass/1.mp3",
"/music/gm_flatgrass/2.mp3"
]
}
}
}