Skip to content

Commit fb0a523

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent b3ea7ea commit fb0a523

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/ui.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ SMODS.DrawStep({
160160
* math.sin((G.TIMERS.REAL - math.floor(G.TIMERS.REAL)) * math.pi * 14)
161161
* (1 - (G.TIMERS.REAL - math.floor(G.TIMERS.REAL))) ^ 3
162162
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
163+
+ 0.07
164+
* math.sin(G.TIMERS.REAL * math.pi * 5)
165+
* (1 - (G.TIMERS.REAL - math.floor(G.TIMERS.REAL))) ^ 2
164166

165167
self.children.floating_sprite.role.draw_major = self
166168
self.children.floating_sprite:draw_shader(

0 commit comments

Comments
 (0)