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.
17 lines
341 B
17 lines
341 B
{
|
|
"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
|
|
}
|
|
},
|
|
"graphics": {
|
|
"smooth_textures": false
|
|
}
|
|
}
|
|
|