From 395ffd247492b0708b6290824ae61af8fccc1869 Mon Sep 17 00:00:00 2001 From: Chris Bradley <1029chris@gmail.com> Date: Sat, 19 Feb 2022 16:56:48 -0800 Subject: Tokens aquired! final boss is indeed cool and epic --- update.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.lua') diff --git a/update.lua b/update.lua index cfaddab..843e5ff 100644 --- a/update.lua +++ b/update.lua @@ -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 -- cgit