parent
e78340a0cd
commit
70c2ce7d51
@ -0,0 +1,29 @@ |
||||
{ |
||||
"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 |
||||
} |
||||
} |
@ -0,0 +1 @@ |
||||
{} |
Loading…
Reference in new issue