aboutsummaryrefslogtreecommitdiff
path: root/ui.lua
diff options
context:
space:
mode:
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