A stupid idle clicker game where you have to keep an annoying dog happy.
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.
 
 
 
 
 
 
clicker-loves-you/assets/config.json

33 lines
786 B

{
"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": {
"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
},
"work_computer":
{"path": "assets/work_computer-1024.png",
"frame_width": 1024,
"frame_height": 1024
},
"clicker_treat_bone":
{"path": "assets/clicker_treat_bone.png",
"frame_width": 256,
"frame_height": 144
}
},
"graphics": {
"smooth_textures": false
}
}