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 /ui.lua | |
| parent | 851375b7063ff90b83a68351bfca80e920b9cfd2 (diff) | |
added button combo to reset score during into trans
Diffstat (limited to 'ui.lua')
| -rw-r--r-- | ui.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -125,6 +125,7 @@ end --intro/ending acid effect function acidtransition() if acidcounter < 3 then + if btn(0) and btn(5) and btn(4) then dset(0) dset(1) run() end --clear score w/ button combo (LEFT - X - O) for i = 1, 128, 1 do line(i-1,128,i-1,sin((i+0.22-acidcounter*20)/24.357)*2+acidcounter*80-5,11) --cool wavy transition effect!!!! line(i-1,128,i-1,sin((i+acidcounter*60)/44.357)*5+acidcounter*80,3) |
