Skip to content

Commit 46ca637

Browse files
committed
Remove test code
1 parent cd6f061 commit 46ca637

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/card_draw.lua

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -324,23 +324,6 @@ SMODS.DrawStep {
324324
end,
325325
}
326326

327-
SMODS.DrawStep {
328-
key = 'soul?',
329-
order = 55,
330-
func = function(self)
331-
if not self.vortex and self.sprite_facing == 'front' then
332-
if (self.config.center.discovered or self.bypass_discovery_center) then
333-
local scale_mod = 0.05 + 0.05*math.sin(1.8*G.TIMERS.REAL) + 0.07*math.sin((G.TIMERS.REAL - math.floor(G.TIMERS.REAL))*math.pi*14)*(1 - (G.TIMERS.REAL - math.floor(G.TIMERS.REAL)))^3
334-
local rotate_mod = 0.1*math.sin(1.219*G.TIMERS.REAL) + 0.07*math.sin((G.TIMERS.REAL)*math.pi*5)*(1 - (G.TIMERS.REAL - math.floor(G.TIMERS.REAL)))^2
335-
336-
G.shared_soul.role.draw_major = self
337-
G.shared_soul:draw_shader('dissolve',0, nil, nil, self.children.center,scale_mod, rotate_mod,nil, 0.1 + 0.03*math.sin(1.8*G.TIMERS.REAL),nil, 0.6)
338-
G.shared_soul:draw_shader('dissolve', nil, nil, nil, self.children.center, scale_mod, rotate_mod)
339-
end
340-
end
341-
end,
342-
}
343-
344327
SMODS.DrawStep {
345328
key = 'floating_sprite',
346329
order = 60,

0 commit comments

Comments
 (0)