Forgot a ton of files in the last commit.

This commit is contained in:
Zed A. Shaw 2025-05-05 12:11:51 -04:00
parent f5f5ca6431
commit df024adccd
24 changed files with 560 additions and 0 deletions

17
assets/config.json Normal file
View 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
}
}