aboutsummaryrefslogtreecommitdiff
path: root/ui.lua
diff options
context:
space:
mode:
authorRibbon <ambiguousmachine@gmail.com>2022-02-09 21:56:53 -0800
committerRibbon <ambiguousmachine@gmail.com>2022-02-09 21:56:53 -0800
commit8acd1e92b335e0262ff95fd8a237e3e213f7ded9 (patch)
tree44d3ad831ade4a2d0a953c3ff2307eda71272246 /ui.lua
parent975c52b251905d4f0e76f0db09780f00f7bb6590 (diff)
updated menu option naming
Diffstat (limited to 'ui.lua')
-rw-r--r--ui.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui.lua b/ui.lua
index 7d6ed29..55b6884 100644
--- a/ui.lua
+++ b/ui.lua
@@ -83,5 +83,5 @@ end
--this creates menu items that allow players to turn off screenshake, or always fire the ships gun.
doshake = true
-menuitem(1, "toggle shaking", function() doshake = not doshake end)
-menuitem(2, "always fire", function() alwaysfire = not alwaysfire end) \ No newline at end of file
+menuitem(1, "(\129) screenshake", function() doshake = not doshake end)
+menuitem(2, "(\144) autofire", function() alwaysfire = not alwaysfire end) \ No newline at end of file