Skip to content

Commit 0e59b59

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 2ca8b44 commit 0e59b59

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

items/code.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,9 @@ local rigged = {
10711071
badge_colour = HEX("14b341"),
10721072
draw = function(self, card) --don't draw shine
10731073
local notilt = nil
1074-
if card.area and card.area.config.type == 'deck' then notilt = true end
1074+
if card.area and card.area.config.type == "deck" then
1075+
notilt = true
1076+
end
10751077
if not G.shared_stickers["cry_rigged2"] then
10761078
G.shared_stickers["cry_rigged2"] =
10771079
Sprite(0, 0, G.CARD_W, G.CARD_H, G.ASSET_ATLAS["cry_sticker"], { x = 5, y = 1 })

items/misc.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1944,7 +1944,9 @@ local absolute = {
19441944
no_sticker_sheet = true,
19451945
draw = function(self, card, layer)
19461946
local notilt = nil
1947-
if card.area and card.area.config.type == 'deck' then notilt = true end
1947+
if card.area and card.area.config.type == "deck" then
1948+
notilt = true
1949+
end
19481950
G.shared_stickers["cry_absolute"].role.draw_major = card
19491951
G.shared_stickers["cry_absolute"]:draw_shader("dissolve", nil, nil, notilt, card.children.center)
19501952
G.shared_stickers["cry_absolute"]:draw_shader(

0 commit comments

Comments
 (0)