From 0654ba0b3c86470d8785d6d1c0783a4566825585 Mon Sep 17 00:00:00 2001 From: RibbonCable Date: Sun, 20 Feb 2022 21:14:59 -0800 Subject: added button combo to reset score during into trans --- update.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'update.lua') diff --git a/update.lua b/update.lua index a0a8f92..d7e6617 100644 --- a/update.lua +++ b/update.lua @@ -67,9 +67,9 @@ function scorewithzeros(string,length) end -- screenshake accessibility setting -if doshake then screenshaketext = "(▒) screenshake" end --adds 9 tokens to visually show the toggle +if doshake then screenshaketext = "(▒) screenshake" end menuitem(1,screenshaketext, function() doshake = not doshake screenshaketext = "(█) screenshake" - end) \ No newline at end of file +end) \ No newline at end of file -- cgit