You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
736 B
29 lines
736 B
{
|
|
"sounds": {
|
|
"you_died": "./assets/you_died.mp3",
|
|
"build_success": "./assets/build_success.mp3",
|
|
"build_failed": "./assets/build_failed.mp3",
|
|
"building": "./mysounds/building.mp3"
|
|
},
|
|
"sprites": {
|
|
"build_success": {
|
|
"path": "./assets/build_success.png",
|
|
"frame_width": 240,
|
|
"frame_height": 240},
|
|
"you_died": {
|
|
"path": "./assets/you_died.png",
|
|
"frame_width": 240,
|
|
"frame_height": 240},
|
|
"build_failed": {
|
|
"path": "./assets/build_failed.png",
|
|
"frame_width": 240,
|
|
"frame_height": 240},
|
|
"building": {
|
|
"path": "./assets/building.png",
|
|
"frame_width": 240,
|
|
"frame_height": 240}
|
|
},
|
|
"graphics": {
|
|
"smooth_textures": false
|
|
}
|
|
}
|
|
|