diff options
| author | Kiloku <mateus.sateles@protonmail.com> | 2025-01-04 21:08:04 -0300 |
|---|---|---|
| committer | Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> | 2025-01-08 14:28:49 -0500 |
| commit | 0b5dfd900e31e7b7e5b813f4c589596efece2c6a (patch) | |
| tree | f77819653e4d16d907d97922164f2ece0aea89a8 /src/port/ui/ImguiUI.cpp | |
| parent | 0c6b548e3c6d12dc875c0cd6dc4982061a8bb9fb (diff) | |
Rapid fire mode on arwing
Diffstat (limited to 'src/port/ui/ImguiUI.cpp')
| -rw-r--r-- | src/port/ui/ImguiUI.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/port/ui/ImguiUI.cpp b/src/port/ui/ImguiUI.cpp index 741bdb8a..4e4d5852 100644 --- a/src/port/ui/ImguiUI.cpp +++ b/src/port/ui/ImguiUI.cpp @@ -498,6 +498,9 @@ void DrawCheatsMenu() { UIWidgets::CVarCheckbox("Hyper Laser", "gHyperLaser"); UIWidgets::CVarSliderInt("Laser Range Multiplier: %d%%", "gLaserRangeMult", 15, 800, 100, { .tooltip = "Changes how far your lasers fly." }); + UIWidgets::CVarCheckbox("Rapid-fire mode", "gRapidFire", { + .tooltip = "Hold A to keep firing. Release A to start charging a shot." + }); UIWidgets::CVarCheckbox("Self destruct button", "gHit64SelfDestruct", { .tooltip = "Press Down on the D-PAD to instantly self destruct." }); |
