Clicker has a bark now.

This commit is contained in:
Zed A. Shaw 2025-05-11 00:44:35 -04:00
parent 04f6fef921
commit 9a4b0adc1f
4 changed files with 9 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View file

@ -2,6 +2,7 @@
"sounds": {
"ui_click": "assets/sounds/ui_click.ogg",
"ui_hover": "assets/sounds/ui_hover.ogg",
"clicker_bark": "assets/sounds/clicker_bark.ogg",
"blank": "assets/sounds/blank.ogg"
},
"sprites": {
@ -14,6 +15,11 @@
{"path": "assets/clicker_the_dog-1024.png",
"frame_width": 1024,
"frame_height": 1024
},
"clicker_treat_bone":
{"path": "assets/clicker_treat_bone.png",
"frame_width": 256,
"frame_height": 144
}
},
"graphics": {

Binary file not shown.