Skip to content

Commit

Permalink
Update mod.json
Browse files Browse the repository at this point in the history
  • Loading branch information
OmgRod authored Dec 12, 2024
1 parent 055353c commit 84522d6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,18 @@
"sprites": ["res/*.png"]
},
"settings": {
"enable-color": {
"name": "Enable Color Offset",
"description": "Enables color offset for the SwelvyBG.",
"type": "bool",
"default": false
},
"color": {
"name": "Color Offset",
"description": "The color offset of the background.",
"type": "color",
"default": "#FF0000"
"default": "#FF0000",
"enable-if": "enable-color"
},
"show-main": {
"name": "Show in main menu",
Expand Down

0 comments on commit 84522d6

Please sign in to comment.