22 lines
473 B
JSON
22 lines
473 B
JSON
{
|
|
"sounds": {
|
|
"ui_click": "assets/sounds/ui_click.ogg",
|
|
"ui_hover": "assets/sounds/ui_hover.ogg",
|
|
"blank": "assets/sounds/blank.ogg"
|
|
},
|
|
"sprites": {
|
|
"textures_test":
|
|
{"path": "assets/textures_test.png",
|
|
"frame_width": 53,
|
|
"frame_height": 34
|
|
},
|
|
"clicker_the_dog":
|
|
{"path": "assets/clicker_the_dog-1024.png",
|
|
"frame_width": 1024,
|
|
"frame_height": 1024
|
|
}
|
|
},
|
|
"graphics": {
|
|
"smooth_textures": false
|
|
}
|
|
}
|