Skip to content

Commit c2ee504

Browse files
committed
wha
1 parent 34c4cb3 commit c2ee504

File tree

6 files changed

+166
-59
lines changed

6 files changed

+166
-59
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
A mod menu made in Geode for Geometry Dash
33

44
# TODOs (Based on whats next)
5+
- Allow for dragging the button
56
- Allow for resizing the menu (With a minimum size and maximum size)
67
- Add light theme
78
- Create another UI (cocos2d) option for mobile users
9+
- Add light theme
810
- Add startpos switcher
911
- Support more languages
1012

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,7 @@ cmake \
2929
-DGEODE_DISABLE_FMT_CONSTEVAL=1 -G Ninja
3030

3131
cmake --build build-linux-deb --config RelWithDebInfo
32+
# geode for some reason doesnt extract .dll, so im making .dlll as it can extract that
33+
cp build-linux-deb/firee.PrismMenu.dll build-linux-deb/firee.PrismMenu.dlll
34+
zip -j build-linux-deb/firee.PrismMenu.geode build-linux-deb/firee.PrismMenu.dlll
3235
cp build-linux-deb/firee.PrismMenu.geode "/SDrive/Users/Fire/Desktop/Restoration/ClarifyGDPS V.1.3/GDGeode-2.204/geode/mods/firee.PrismMenu.geode"

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.1.2
2+
- Added live update for Menu Scale
3+
- Increased the size of the scrollbar
4+
- Fixed lag issues when the menu is open
5+
- Fixed bug on PC where gravity doesn't work for platformer levels.
6+
- Hopefully fixed crashing issue for Android if you press any other button in the Main Menu
17
# v1.1.1
28
- Fixed memory leak if you change languages from English.
39
- Fixed issue with Hide Testmode crashing.

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"geode": "2.0.0",
3-
"version": "v1.1.1",
3+
"version": "v1.1.2",
44
"gd": {
55
"win": "2.204",
66
"android": "2.200"

0 commit comments

Comments
 (0)