Skip to content

Commit 268247c

Browse files
Merge atlases
1 parent cf7abc0 commit 268247c

File tree

6 files changed

+1
-9
lines changed

6 files changed

+1
-9
lines changed

assets/1x/cry_misc.png

-381 Bytes
Loading

assets/1x/intercept_sprite.png

-318 Bytes
Binary file not shown.

assets/2x/cry_misc.png

-1.33 KB
Loading

assets/2x/intercept_sprite.png

-514 Bytes
Binary file not shown.

lib/content.lua

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -790,14 +790,6 @@ SMODS.Atlas({
790790
px = 73,
791791
py = 95,
792792
})
793-
794-
-- CCD Clarifier Sprite
795-
SMODS.Atlas({
796-
key = "cry_clarifier",
797-
path = "intercept_sprite.png",
798-
px = 71,
799-
py = 95,
800-
})
801793
SMODS.Atlas({
802794
key = "glowingSleeve",
803795
path = "sleeve_cry_glowing.png",

lib/ui.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ SMODS.DrawStep({
237237
local card_type = self.ability.set or "None"
238238
if card_type ~= "Default" and card_type ~= "Enhanced" and self.playing_card and self.facing == "front" then
239239
interceptorSprite = interceptorSprite
240-
or Sprite(0, 0, G.CARD_W, G.CARD_H, G.ASSET_ATLAS["cry_clarifier"], { x = 0, y = 0 })
240+
or Sprite(0, 0, G.CARD_W, G.CARD_H, G.ASSET_ATLAS["cry_misc"], { x = 3, y = 1 })
241241
interceptorSprite.role.draw_major = self
242242
interceptorSprite:draw_shader("dissolve", nil, nil, nil, self.children.center)
243243
end

0 commit comments

Comments
 (0)