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.
Update from hiimjustin000 - hiimjustin000.demons_in_between
Accepted by: Prevter
- Loading branch information
Showing
6 changed files
with
91 additions
and
0 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,15 @@ | ||
{ | ||
"commit-author": "hiimjustin000", | ||
"platforms": [ | ||
"macos", | ||
"windows", | ||
"android32", | ||
"android64" | ||
], | ||
"mod": { | ||
"download": "https://github.com/hiimjustin000/DemonsInBetween/releases/download/v1.0.1/hiimjustin000.demons_in_between.geode", | ||
"hash": "d038c3b763f91271b3f8d4f023b40a7ba85b04764d084525d2663b8246c317c8", | ||
"hash256": "0c25eff64d25b2b3f6ff1d00cdeac1b660505869f4fb0927267531e083a30699" | ||
}, | ||
"tags": [] | ||
} |
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,31 @@ | ||
{ | ||
"geode": "2.0.0-beta.26", | ||
"gd": { | ||
"android": "2.205", | ||
"win": "2.204", | ||
"mac": "2.200" | ||
}, | ||
"version": "v1.0.1", | ||
"id": "hiimjustin000.demons_in_between", | ||
"name": "Demons In Between", | ||
"developer": "hiimjustin000", | ||
"description": "A mod that adds additional demon difficulties in between existing ones.", | ||
"repository": "https://github.com/hiimjustin000/DemonsInBetween", | ||
"dependencies": [ | ||
{ | ||
"id": "geode.node-ids", | ||
"version": ">=v1.9.1", | ||
"importance": "required" | ||
} | ||
], | ||
"resources": { | ||
"spritesheets": { | ||
"DIB_LongSheet": [ | ||
"resources/LongSheet/*.png" | ||
], | ||
"DIB_ShortSheet": [ | ||
"resources/ShortSheet/*.png" | ||
] | ||
} | ||
} | ||
} |
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,33 @@ | ||
# Demons In Between | ||
A mod that adds additional demon difficulties in between existing ones. | ||
|
||
# Features | ||
- Adds 15 new demon difficulties in between the 5 existing ones | ||
- These difficulties are determined using the [Geometry Dash Demon Ladder](https://gdladder.com). | ||
|
||
# Credits | ||
- NotCreativeName - Idea for the mod | ||
- Krintop - Designer of the mod logo and textures | ||
- hiimjustin000 - Creator of the mod | ||
|
||
# Difficulties | ||
- Free Demon (Tier 1) | ||
- Peaceful Demon (Tier 2) | ||
- Simple Demon (Tier 3) | ||
- Easy Demon (Tier 4) | ||
- Casual Demon (Tier 5) | ||
- Mild Demon (Tier 6) | ||
- Medium Demon (Tier 7) | ||
- Normal Demon (Tier 8) | ||
- Moderate Demon (Tier 9) | ||
- Tricky Demon (Tier 10) | ||
- Hard Demon (Tiers 11-12) | ||
- Harder Demon (Tier 13) | ||
- Tough Demon (Tier 14) | ||
- Wild Demon (Tiers 15-16) | ||
- Insane Demon (Tiers 17-18) | ||
- Cruel Demon (Tier 19) | ||
- Crazy Demon (Tier 20) | ||
- Bizarre Demon (Tier 21) | ||
- Brutal Demon (Tier 22) | ||
- Extreme Demon (Tiers 23-35) |
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,6 @@ | ||
# Demons In Between Changelog | ||
## v1.0.1 (2024-05-26) | ||
- Fixed the alignment of the difficulty sprites | ||
|
||
## v1.0.0 (2024-05-25) | ||
- Initial release |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.