Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Update from TheSillyDoggo
Browse files Browse the repository at this point in the history
  • Loading branch information
GeodeBot committed Dec 1, 2023
1 parent 7556b9f commit 7517f85
Show file tree
Hide file tree
Showing 9 changed files with 94 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,12 @@
"versions": [
"1.0.0"
]
},
"TheSillyDoggo.GradientPages": {
"verified": false,
"versions": [
"1.0.0"
]
}
}
}
12 changes: 12 additions & 0 deletions mods-v2/TheSillyDoggo.GradientPages/1.0.0/entry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"commit-author": "TheSillyDoggo",
"platforms": [
"windows"
],
"mod": {
"download": "https://github.com/TheSillyDoggo/Gradient-Pages/releases/download/v1.0.0/TheSillyDoggo.GradientPages.geode",
"hash": "f0ae596737eb1f8d50dd5b09284cfb8541e4addbc8146e120b83ef9246ee6f97",
"hash256": "ca9a0b2f13339e127fd5d3b922caca149bb26ebbc8880e3fe08a0b74c6fc469b"
},
"tags": []
}
31 changes: 31 additions & 0 deletions mods-v2/TheSillyDoggo.GradientPages/1.0.0/mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"geode": "1.3.4",
"version": "v1.0.0",
"id": "TheSillyDoggo.GradientPages",
"name": "Gradient Pages",
"developer": "TheSillyDoggo",
"description": "Add's Gradients to the back of some popups",
"repository": "https://github.com/TheSillyDoggo/Gradient-Pages",
"resources": {
"spritesheets": {
"UISheet": [
"resources/*.png"
]
}
},
"settings": {
"apply-profiles": {
"name": "Profiles",
"description": "Should it apply a gradient to profile pages?",
"type": "bool",
"default": true
},
"apply-info-layer": {
"name": "Level Description",
"description": "Should it apply a gradient to the level description?",
"type": "bool",
"default": true
}
}

}
1 change: 1 addition & 0 deletions mods-v2/TheSillyDoggo.GradientPages/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add's Gradient's to the back of most pages of the game.
Binary file added mods-v2/TheSillyDoggo.GradientPages/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mods/TheSillyDoggo.GradientPages@1/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add's Gradient's to the back of most pages of the game.
12 changes: 12 additions & 0 deletions mods/TheSillyDoggo.GradientPages@1/entry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"commit-author": "TheSillyDoggo",
"platforms": [
"windows"
],
"mod": {
"download": "https://github.com/TheSillyDoggo/Gradient-Pages/releases/download/v1.0.0/TheSillyDoggo.GradientPages.geode",
"hash": "f0ae596737eb1f8d50dd5b09284cfb8541e4addbc8146e120b83ef9246ee6f97",
"hash256": "ca9a0b2f13339e127fd5d3b922caca149bb26ebbc8880e3fe08a0b74c6fc469b"
},
"tags": []
}
Binary file added mods/TheSillyDoggo.GradientPages@1/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions mods/TheSillyDoggo.GradientPages@1/mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"geode": "1.3.4",
"version": "v1.0.0",
"id": "TheSillyDoggo.GradientPages",
"name": "Gradient Pages",
"developer": "TheSillyDoggo",
"description": "Add's Gradients to the back of some popups",
"repository": "https://github.com/TheSillyDoggo/Gradient-Pages",
"resources": {
"spritesheets": {
"UISheet": [
"resources/*.png"
]
}
},
"settings": {
"apply-profiles": {
"name": "Profiles",
"description": "Should it apply a gradient to profile pages?",
"type": "bool",
"default": true
},
"apply-info-layer": {
"name": "Level Description",
"description": "Should it apply a gradient to the level description?",
"type": "bool",
"default": true
}
}

}

0 comments on commit 7517f85

Please sign in to comment.