diff options
| author | RibbonCable <ambiguousmachine@gmail.com> | 2022-02-20 21:14:59 -0800 |
|---|---|---|
| committer | RibbonCable <ambiguousmachine@gmail.com> | 2022-02-20 21:14:59 -0800 |
| commit | 0654ba0b3c86470d8785d6d1c0783a4566825585 (patch) | |
| tree | 8864f24344af96e6d4fddd216d56feb0917ceb68 /update.lua | |
| parent | 851375b7063ff90b83a68351bfca80e920b9cfd2 (diff) | |
added button combo to reset score during into trans
Diffstat (limited to 'update.lua')
| -rw-r--r-- | update.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
