diff options
| author | Chris Bradley <1029chris@gmail.com> | 2022-02-19 16:56:48 -0800 |
|---|---|---|
| committer | Chris Bradley <1029chris@gmail.com> | 2022-02-19 16:56:48 -0800 |
| commit | 395ffd247492b0708b6290824ae61af8fccc1869 (patch) | |
| tree | 27403919243579c2db5362a4fba1fb30898eb3fa /update.lua | |
| parent | 5bfa4bdc01f19c019e5a8b8e0ac10511d3beaef3 (diff) | |
Tokens aquired! final boss is indeed cool and epic
Diffstat (limited to 'update.lua')
| -rw-r--r-- | update.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ --scrolling and respawn stuff respawntimer -= ft --similar math elements grouped to lower tokens -flashtime = (ceil(t()*10%2) == 1) --for flashing elements (ship, score) +flashtime = ceil(t()*10%2) == 1 --for flashing elements (ship, score) circletimex = sin(t())*3 -- for elements that move in a circle (respawn timer) circletimey = cos(t())*3 screenshakex = sin(shake+t())*shake |
