release: 1.1.0

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-12-01 21:40:13 -03:00
commit fa7ded9294
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
342 changed files with 16046 additions and 0 deletions

32
config/tipsmod.json Normal file
View file

@ -0,0 +1,32 @@
{
"default_cycle_time": {
"//": [
"The default amount of time for a tip to be displayed before it cycles to the ",
"next tip. "
],
"//default": 5000,
"value": 10000
},
"ignored_namespaces": {
"//": "Tips from an ignored namespace will not be displayed in game.",
"value": ["tipsmod"]
},
"ignored_tip_ids": {
"//": "Adding a tip ID here will prevent it from being displayed.",
"value": []
},
"tip_render_width_percentage": {
"//": "The percentage of the screen width that tips should render over.",
"//default": 0.35,
"value": 0.35
},
"default_title": {
"//": "The default tile to use when rendering a tip.",
"value": {
"translate": "cobblemontips.title.default",
"underlined": true,
"color": "yellow",
"bold": true
}
}
}