Skip to content

Commit

Permalink
testing for beta!
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMario211 committed Jan 13, 2025
1 parent 61b44ef commit 20f1dc9
Show file tree
Hide file tree
Showing 21 changed files with 1,473 additions and 798 deletions.
19 changes: 19 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# v1.10.0
- Updated to Geode 4.1.2
- Added Arabic Translations
- Updated French Translations
- Updated Russian Translations
- Updated Romanian Translations
- Updated Turkish Translations
- Updated Vietnamese Translations
- Added Hitbox Trail
- Added Dragging the Prism Button
- Added Menu Transition
- Added Show Tooltip to work properly with info buttons
- Added information for whether or not Quartz Macros have frame fix enabled or not
- Added a confirmation for resetting settings to default
- Added "Export as JSON" for Macros
- Added Everything Hurts back
- Added No Solids back
- Fixed TPS Bypass for Android
- Optimized some hacks
# v1.9.3
- Updated to Geode 4.0.0-beta.1
- Updated Ukrainian Translations
Expand Down
12 changes: 10 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"geode": "4.0.0-beta.1",
"geode": "4.1.2",
"version": "v1.9.5",
"gd": {
"win": "2.2074",
Expand All @@ -26,6 +26,7 @@
"resources/Screenshot2.png",
"resources/PrismMenu.otf",
"resources/Hack-Regular.ttf",
"resources/NotoSans-Arabic.ttf",
"resources/themes.json",
"resources/hacks/README.md",
"resources/hacks/*.json",
Expand All @@ -42,7 +43,14 @@
"charsetold": "21-383,460-513,535-540,561-564,578-581,898-1500,7681-7930,26085,26412,35486",
"charset": "21-383,460-513,535-540,561-564,578-581,898-1500,7681-7930,26085,26412,35486,12289,12290,12293,12300,12301,12354,12356,12358,12360,12362,12363,12364,12365,12367,12369,12371,12372,12373,12374,12375,12376,12377,12378,12379,12381,12383,12384,12385,12387,12388,12390,12391,12392,12393,12394,12395,12398,12399,12400,12405,12409,12411,12414,12415,12417,12418,12420,12424,12425,12426,12427,12428,12429,12431,12434,12435,12449,12450,12451,12452,12454,12455,12456,12457,12458,12459,12460,12461,12463,12464,12465,12466,12467,12470,12471,12472,12473,12474,12475,12479,12480,12481,12483,12484,12486,12487,12488,12489,12490,12491,12494,12495,12496,12497,12500,12501,12502,12503,12505,12508,12509,12510,12511,12512,12513,12514,12515,12516,12517,12518,12519,12521,12522,12523,12524,12525,12527,12531,12539,12540,19968,19978,19979,19981,20001,20013,20037,20102,20107,20129,20154,20182,20197,20301,20307,20316,20351,20415,20491,20516,20803,20837,20840,20844,20877,20998,20999,21028,21029,21033,21046,21066,21069,21147,21177,21205,21270,21332,21336,21453,21487,21491,21512,22238,22258,22266,22580,22793,22806,22810,22823,22826,22909,23383,23433,23436,23450,23453,23475,23567,23627,24038,24230,24235,24335,24341,24375,24403,24418,24441,24460,24489,24517,24615,24656,24847,25104,25147,25171,25246,25407,25551,25563,25925,25968,25973,25991,26041,26082,26085,26126,26143,26178,26222,26354,26367,26377,26399,26410,26412,26689,27005,27490,27491,27497,27515,27573,27704,27880,28187,28288,28357,28857,28858,28961,29289,29305,29575,29992,30011,30171,30340,30636,30701,30906,31034,31186,31354,31435,31561,31684,32218,32232,32244,32302,32622,32722,32763,32884,33021,33258,33324,33394,33853,34892,34920,35201,35211,35222,35302,35328,35373,35379,35430,35486,35488,36092,36215,36578,36600,36802,36879,36884,36890,36895,36899,36914,36984,37096,37325,37329,38263,38281,38283,38291,38306,38450,38480,38500,38555,38556,38560,38598,38754,38899"
}
}
},
"fontsold": {
"PrismMenu-AR": {
"path": "resources/NotoSansArabic-Regular.ttf",
"size": 128,
"charset": "1536-1791,1872-1919,2208-2303,64336-65023,65136-65279,126464-126719"
}
}
},
"settings": {
"skip-intro": {
Expand Down
Binary file added resources/NotoSans-Arabic.ttf
Binary file not shown.
6 changes: 6 additions & 0 deletions resources/hacks/bot.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
"desc": "Saves the macro.",
"type": "button",
"default": "a"
},
{
"name": "Export to JSON",
"desc": "Export your macro to JSON! (.gdr.json)",
"type": "button",
"default": "a"
}

]
14 changes: 14 additions & 0 deletions resources/hacks/misc.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,20 @@
"max": 10,
"default": 1
},
{
"name": "Show Hitbox Trail",
"desc": "Shows a hitbox trail behind the player.",
"type": "bool"
},
{
"name": "Hitbox Trail Length",
"desc": "How long the hitbox trail is behind the player.",
"type": "int",
"min": 1,
"max": 1000,
"default": 50
},

{
"name": "Low FPS Pause",
"desc": "Automatically pauses the game when FPS drops to a specific value.",
Expand Down
10 changes: 10 additions & 0 deletions resources/hacks/player.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
"desc": "Disables most solid hitboxes. Special objects still work.",
"type": "bool"
},
{
"name": "Everything Hurts",
"desc": "Owie.",
"type": "bool"
},
{
"name": "Suicide",
"desc": "Kills the player repeatedly.",
Expand Down Expand Up @@ -70,6 +75,11 @@
"desc": "Disables any trail effect from the player.",
"type": "bool"
},
{
"name": "Always Show Trail",
"desc": "Always shows the trail behind the player.",
"type": "bool"
},
{
"name": "No Rotate",
"desc": "Freezes the player from rotating when jumping, or falling.",
Expand Down
10 changes: 8 additions & 2 deletions resources/hacks/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{
"name": "Menu Transition",
"desc": "(Geometry Dash Only) If there should be a popup animation when opening the menu.",
"type": "bool",
"default": true
},
{
"name": "Menu Opacity",
"desc": "Determines how opaque the menu should be.",
Expand All @@ -20,7 +26,7 @@
"desc": "Sets the language for Prism Menu!",
"type": "dropdown",
"default": 0,
"values": ["English", "Français", "Português (Brasil)", "Deutsch", "Русский", "Čeština", "Indonesia", "Español", "Polski", "Melayu", "Türkçe", "Tieng Viet", "Українська","Italiano","Română","日本語"],
"values": ["English", "Français", "Português (Brasil)", "Deutsch", "Русский", "Čeština", "Indonesia", "Español", "Polski", "Melayu", "Türkçe", "Tieng Viet", "Українська","Italiano","Română","日本語", "Arabic"],
"todovalues": ["Ελληνική","日本語"]
},
{
Expand Down Expand Up @@ -53,7 +59,7 @@
"desc": "The X position for the button to open the menu.",
"type": "int",
"min": -30,
"max": 600,
"max": 800,
"default": 75,
"step": 1
},
Expand Down
Loading

0 comments on commit 20f1dc9

Please sign in to comment.