This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
192 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
|
||
} |