A weird game.
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.
 
 
 
 
 
 
turings-tarpit/assets/config.json

29 lines
725 B

{
"sounds": {
"you_died": "./assets/you_died.mp3",
"build_success": "./assets/nothing.mp3",
"build_failed": "./assets/nothing.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
}
}