Forgot a ton of files in the last commit.
This commit is contained in:
parent
f5f5ca6431
commit
df024adccd
24 changed files with 560 additions and 0 deletions
17
assets/config.json
Normal file
17
assets/config.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue