Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Jan 19, 2024
1 parent ed17a15 commit eb45f88
Showing 1 changed file with 2 additions and 38 deletions.
40 changes: 2 additions & 38 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
{
"geode": "2.0.0",
<<<<<<< Updated upstream
"version": "v1.0.0",
=======
"gd": {
"win": "2.204",
"android": "2.200"
},
"version": "v1.1.0",
>>>>>>> Stashed changes
"id": "TheSillyDoggo.GradientPages",
"name": "Gradient Pages",
"developer": "TheSillyDoggo",
Expand All @@ -23,45 +15,17 @@
},
"settings": {
"apply-profiles": {
"name": "Apply to Profiles",
"name": "Profiles",
"description": "Should it apply a gradient to profile pages?",
"type": "bool",
"default": true
},
"apply-info-layer": {
"name": "Apply to Level Description",
"name": "Level Description",
"description": "Should it apply a gradient to the level description?",
"type": "bool",
"default": true
},
"reverse-order": {
"name": "Reverse Order",
"description": "Reverses the order of the gradient vertically",
"type": "bool",
"default": false
},
"use-custom-colours": {
"name": "Use Custom Colours",
"description": "Should it use colours of your choice instead of your player colours?",
"type": "bool",
"default": false
},
"primary-colour": {
"name": "Primary Colour",
"description": "The Colour used at the top of pages that aren't profiles",
"type": "color",
"default": "#7d7cff"
},
"secondary-colour": {
"name": "Secondary Colour",
"description": "The Colour used at the bottom of pages that aren't profiles",
"type": "color",
"default": "#7efeb0"
}
}
<<<<<<< Updated upstream

}
=======
}
>>>>>>> Stashed changes

0 comments on commit eb45f88

Please sign in to comment.