We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ea7ea commit fb0a523Copy full SHA for fb0a523
lib/ui.lua
@@ -160,7 +160,9 @@ SMODS.DrawStep({
160
* math.sin((G.TIMERS.REAL - math.floor(G.TIMERS.REAL)) * math.pi * 14)
161
* (1 - (G.TIMERS.REAL - math.floor(G.TIMERS.REAL))) ^ 3
162
local rotate_mod = 0.1 * math.sin(1.219 * G.TIMERS.REAL)
163
- + 0.07 * math.sin(G.TIMERS.REAL * math.pi * 5) * (1 - (G.TIMERS.REAL - math.floor(G.TIMERS.REAL))) ^ 2
+ + 0.07
164
+ * math.sin(G.TIMERS.REAL * math.pi * 5)
165
+ * (1 - (G.TIMERS.REAL - math.floor(G.TIMERS.REAL))) ^ 2
166
167
self.children.floating_sprite.role.draw_major = self
168
self.children.floating_sprite:draw_shader(
0 commit comments