Init Commit

This commit is contained in:
2023-08-01 18:33:14 +02:00
parent b47ce8bf1f
commit 02c6478af9
8 changed files with 236 additions and 0 deletions

23
config.json Normal file
View File

@@ -0,0 +1,23 @@
{
"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"
]
}
}
}