From 27000e068f1cb7901f08e1fb990a9f3382402288 Mon Sep 17 00:00:00 2001 From: slideglide <68702247+slideglide@users.noreply.github.com> Date: Thu, 4 Jul 2024 03:52:27 +0300 Subject: [PATCH 1/5] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c7ee08..5814561 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A mod menu made in Geode for Geometry Dash, made by [Firee](https://github.com/F ![Build Status](https://github.com/FireMario211/Prism-Menu/actions/workflows/build.yml/badge.svg) -**Prism Menu** is a Geode Mod that intends to be a free alternative to other mod menus, while also adding extra useful additions. +**Prism Menu** is a Geode mod that intends to be a free alternative to other mod menus, while also adding extra useful additions. ## ImGui Menu Style
@@ -36,6 +36,10 @@ A mod menu made in Geode for Geometry Dash, made by [Firee](https://github.com/F # How to use Press on the circle button located on the left corner, or press `Tab` to open the menu! +# Known issues + +- Entering a level can crash your game on Android32 in v1.8.0 +- Most likely in platformer, Macro Editor has a bug where the hold button clicks really fast [(Video showing the bug)](https://cdn.discordapp.com/attachments/1238460218673991772/1238460733113765888/lv_0_20240510185506.mp4). # Credits * [Firee](https://youtube.com/@gdfiree) - Developer * [TheSillyDoggo](https://github.com/TheSillyDoggo) - Mod Logo Base & Speedhack code From fdc661a902b568809ba2f9531667732a0911d6c4 Mon Sep 17 00:00:00 2001 From: slideglide <68702247+slideglide@users.noreply.github.com> Date: Thu, 4 Jul 2024 04:01:27 +0300 Subject: [PATCH 2/5] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5814561..0af72e6 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,10 @@ A mod menu made in Geode for Geometry Dash, made by [Firee](https://github.com/F Press on the circle button located on the left corner, or press `Tab` to open the menu! # Known issues - - Entering a level can crash your game on Android32 in v1.8.0 -- Most likely in platformer, Macro Editor has a bug where the hold button clicks really fast [(Video showing the bug)](https://cdn.discordapp.com/attachments/1238460218673991772/1238460733113765888/lv_0_20240510185506.mp4). +- Most likely in platformer, Macro Editor has a bug where the hold button clicks really fast. [(Video showing the bug, volume warning)](https://cdn.discordapp.com/attachments/1238460218673991772/1238460733113765888/lv_0_20240510185506.mp4) +- Frame Fix teleports the player to random positions +- Macro Editor may not show changes real time. # Credits * [Firee](https://youtube.com/@gdfiree) - Developer * [TheSillyDoggo](https://github.com/TheSillyDoggo) - Mod Logo Base & Speedhack code From 2841a730e762d1f84b4c16297f9a5dd839428045 Mon Sep 17 00:00:00 2001 From: slideglide <68702247+slideglide@users.noreply.github.com> Date: Thu, 4 Jul 2024 04:15:09 +0300 Subject: [PATCH 3/5] Add "Known issues" category to README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0af72e6..2c04c44 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,13 @@ Press on the circle button located on the left corner, or press `Tab` to open th # Known issues - Entering a level can crash your game on Android32 in v1.8.0 -- Most likely in platformer, Macro Editor has a bug where the hold button clicks really fast. [(Video showing the bug, volume warning)](https://cdn.discordapp.com/attachments/1238460218673991772/1238460733113765888/lv_0_20240510185506.mp4) -- Frame Fix teleports the player to random positions -- Macro Editor may not show changes real time. + - Current workaround is to downgrade to the v1.7.4 version of Prism Menu. + - [Download link for v1.7.4](https://github.com/FireMario211/Prism-Menu/releases/download/v1.7.4/firee.prism.geode) +- Most likely in platformer, Macro Editor has a bug where the hold button clicks really fast + - [Video of the bug](https://cdn.discordapp.com/attachments/1238460218673991772/1238460733113765888/lv_0_20240510185506.mp4) +- Frame Fix may teleport the player to random positions + - This depends on whether the player died in practice mode and cause an "inaccuracy" +- Macro Editor may not show the changes real time # Credits * [Firee](https://youtube.com/@gdfiree) - Developer * [TheSillyDoggo](https://github.com/TheSillyDoggo) - Mod Logo Base & Speedhack code From a67ddc845f078c6de1c18bf5a958e1e18b777488 Mon Sep 17 00:00:00 2001 From: slideglide <68702247+slideglide@users.noreply.github.com> Date: Thu, 4 Jul 2024 04:25:56 +0300 Subject: [PATCH 4/5] Fix hold bug video link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c04c44..13057ae 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Press on the circle button located on the left corner, or press `Tab` to open th - Current workaround is to downgrade to the v1.7.4 version of Prism Menu. - [Download link for v1.7.4](https://github.com/FireMario211/Prism-Menu/releases/download/v1.7.4/firee.prism.geode) - Most likely in platformer, Macro Editor has a bug where the hold button clicks really fast - - [Video of the bug](https://cdn.discordapp.com/attachments/1238460218673991772/1238460733113765888/lv_0_20240510185506.mp4) + - [Video of the bug](https://prism.tixte.co/hold.mp4) - Frame Fix may teleport the player to random positions - This depends on whether the player died in practice mode and cause an "inaccuracy" - Macro Editor may not show the changes real time From d9772b661146a2eee733a1c058b5d86061ad1f28 Mon Sep 17 00:00:00 2001 From: slideglide <68702247+slideglide@users.noreply.github.com> Date: Thu, 4 Jul 2024 04:30:59 +0300 Subject: [PATCH 5/5] Add volume warning for hold bug video --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13057ae..01e1300 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Press on the circle button located on the left corner, or press `Tab` to open th - Current workaround is to downgrade to the v1.7.4 version of Prism Menu. - [Download link for v1.7.4](https://github.com/FireMario211/Prism-Menu/releases/download/v1.7.4/firee.prism.geode) - Most likely in platformer, Macro Editor has a bug where the hold button clicks really fast - - [Video of the bug](https://prism.tixte.co/hold.mp4) + - [Video of the bug](https://prism.tixte.co/hold.mp4) (volume warning) - Frame Fix may teleport the player to random positions - This depends on whether the player died in practice mode and cause an "inaccuracy" - Macro Editor may not show the changes real time