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 Jan 19, 2024
1 parent ec75348 commit 15db1a5
Show file tree
Hide file tree
Showing 9 changed files with 192 additions and 38 deletions.
3 changes: 2 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,8 @@
"TheSillyDoggo.GradientPages": {
"verified": false,
"versions": [
"1.0.0"
"1.0.0",
"1.1.0"
]
},
"techstudent10.discord_rich_presence": {
Expand Down
16 changes: 16 additions & 0 deletions mods-v2/TheSillyDoggo.GradientPages/1.1.0/entry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"commit-author": "TheSillyDoggo",
"platforms": [
"windows",
"android32",
"android64"
],
"mod": {
"download": "https://github.com/TheSillyDoggo/Gradient-Pages/releases/download/2.201/TheSillyDoggo.GradientPages.geode",
"hash": "572ad7b3e12c3ce269fbef5938065b5ab61af974e5a190d282ce2206251ff83f",
"hash256": "8e3c81c47e7357d0e6e0f29bced25380a09621adb8b1b1a0ea4ae097aabaca23"
},
"tags": [
"Customization"
]
}
62 changes: 62 additions & 0 deletions mods-v2/TheSillyDoggo.GradientPages/1.1.0/mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"geode": "2.0.0",
"gd": {
"win": "2.204",
"android": "2.200"
},
"version": "v1.1.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": "Apply to Profiles",
"description": "Should it apply a gradient to profile pages?",
"type": "bool",
"default": true
},
"apply-info-layer": {
"name": "Apply to 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"
}
},
"tags": [
"Customization"
]

}
10 changes: 9 additions & 1 deletion mods-v2/TheSillyDoggo.GradientPages/about.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
Add's Gradient's to the back of most pages of the game.
Add's Gradient's to a bunch of pages in the game like:

- Player Profiles
- Level Descriptions
- And more to come!

If you want more areas of the game added ping me on the [Geode Discord Server](https://discord.gg/9e43WMKzhp) (I'm **@TheSillyDoggo**)

This mod has customizable options, check them out as it can improve your experience a lot :D
12 changes: 12 additions & 0 deletions mods-v2/TheSillyDoggo.GradientPages/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# v2.0.0

* Added Android Support :D
* Added a few more profile related layers (**FRequestPage**, **GJAccountSettingsLayer** etc)
* Updated **about.md**
* Added **changelog.md**
* Added **Herobrine**
* Added 2.204 support

# v1.0.0

* Initial release
10 changes: 9 additions & 1 deletion mods/TheSillyDoggo.GradientPages@1/about.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
Add's Gradient's to the back of most pages of the game.
Add's Gradient's to a bunch of pages in the game like:

- Player Profiles
- Level Descriptions
- And more to come!

If you want more areas of the game added ping me on the [Geode Discord Server](https://discord.gg/9e43WMKzhp) (I'm **@TheSillyDoggo**)

This mod has customizable options, check them out as it can improve your experience a lot :D
12 changes: 12 additions & 0 deletions mods/TheSillyDoggo.GradientPages@1/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# v2.0.0

* Added Android Support :D
* Added a few more profile related layers (**FRequestPage**, **GJAccountSettingsLayer** etc)
* Updated **about.md**
* Added **changelog.md**
* Added **Herobrine**
* Added 2.204 support

# v1.0.0

* Initial release
14 changes: 9 additions & 5 deletions mods/TheSillyDoggo.GradientPages@1/entry.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"commit-author": "TheSillyDoggo",
"platforms": [
"windows"
"windows",
"android32",
"android64"
],
"mod": {
"download": "https://github.com/TheSillyDoggo/Gradient-Pages/releases/download/v1.0.0/TheSillyDoggo.GradientPages.geode",
"hash": "f0ae596737eb1f8d50dd5b09284cfb8541e4addbc8146e120b83ef9246ee6f97",
"hash256": "ca9a0b2f13339e127fd5d3b922caca149bb26ebbc8880e3fe08a0b74c6fc469b"
"download": "https://github.com/TheSillyDoggo/Gradient-Pages/releases/download/2.201/TheSillyDoggo.GradientPages.geode",
"hash": "572ad7b3e12c3ce269fbef5938065b5ab61af974e5a190d282ce2206251ff83f",
"hash256": "8e3c81c47e7357d0e6e0f29bced25380a09621adb8b1b1a0ea4ae097aabaca23"
},
"tags": []
"tags": [
"Customization"
]
}
91 changes: 61 additions & 30 deletions mods/TheSillyDoggo.GradientPages@1/mod.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,62 @@
{
"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
}
}

{
"geode": "2.0.0",
"gd": {
"win": "2.204",
"android": "2.200"
},
"version": "v1.1.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": "Apply to Profiles",
"description": "Should it apply a gradient to profile pages?",
"type": "bool",
"default": true
},
"apply-info-layer": {
"name": "Apply to 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"
}
},
"tags": [
"Customization"
]

}

0 comments on commit 15db1a5

Please sign in to comment.