File tree Expand file tree Collapse file tree 6 files changed +166
-59
lines changed
Expand file tree Collapse file tree 6 files changed +166
-59
lines changed Original file line number Diff line number Diff line change 22A 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
Original file line number Diff line number Diff line change @@ -29,4 +29,7 @@ cmake \
2929 -DGEODE_DISABLE_FMT_CONSTEVAL=1 -G Ninja
3030
3131cmake --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
3235cp build-linux-deb/firee.PrismMenu.geode " /SDrive/Users/Fire/Desktop/Restoration/ClarifyGDPS V.1.3/GDGeode-2.204/geode/mods/firee.PrismMenu.geode"
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments