Skip to content

Commit f7c6d54

Browse files
Azure Seal Deck and Gold Seal Deck sprites
1 parent ff5d89f commit f7c6d54

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

assets/1x/atlasdeck.png

4.98 KB
Loading

assets/2x/atlasdeck.png

6.61 KB
Loading

items/enhanced.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ Cryptid.edeck_sprites = {
6363
seal = {
6464
order = 5,
6565
default = { atlas = "cry_placeholders", pos = { x = 4, y = 2 } },
66-
Gold = { atlas = "centers", pos = { x = 1, y = 2 } },
66+
Gold = { atlas = "cry_atlasdeck", pos = { x = 3, y = 2 } },
6767
Red = { atlas = "cry_atlasdeck", pos = { x = 0, y = 2 } },
6868
Blue = { atlas = "cry_atlasdeck", pos = { x = 2, y = 2 } },
6969
Purple = { atlas = "cry_atlasdeck", pos = { x = 1, y = 2 } },
70-
cry_azure = { atlas = "centers", pos = { x = 0, y = 2 } },
70+
cry_azure = { atlas = "cry_atlasdeck", pos = { x = 8, y = 3 } },
7171
cry_green = { atlas = "cry_atlasdeck", pos = { x = 3, y = 5 } },
7272
},
7373
}

0 commit comments

Comments
 (0)