Skip to content

Commit 3b8f9c8

Browse files
committed
These went missing for some reason
1 parent 2a206ea commit 3b8f9c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/card_draw.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,8 @@ SMODS.DrawStep {
447447

448448
function Card:draw(layer)
449449
layer = layer or 'both'
450+
self.hover_tilt = 1
451+
if not self.states.visible then return end
450452
for _, k in ipairs(SMODS.DrawStep.obj_buffer) do
451453
if SMODS.DrawSteps[k]:check_conditions(self, layer) then SMODS.DrawSteps[k].func(self, layer) end
452454
end

0 commit comments

Comments
 (0)