Skip to content

Commit be5126a

Browse files
Enhanced deck missing sprites + Red Seal sprite
1 parent 7101a53 commit be5126a

File tree

3 files changed

+25
-31
lines changed

3 files changed

+25
-31
lines changed

assets/1x/atlasdeck.png

19.2 KB
Loading

assets/2x/atlasdeck.png

27.1 KB
Loading

items/enhanced.lua

Lines changed: 25 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
--bruh
2-
local atlasenhanced = {
3-
object_type = "Atlas",
4-
key = "atlasenhanced",
5-
path = "atlasdeck.png",
6-
px = 71,
7-
py = 95,
8-
}
1+
--Move all the stuff in here into atlasdeck.png later
2+
--Also a lot of the edition decks have wrong proportions so those also need to get fixed
93
local atlasedition = {
104
object_type = "Atlas",
115
key = "atlaseditiondeck",
@@ -17,7 +11,7 @@ local atlasedition = {
1711
Cryptid.edeck_sprites = {
1812
edition = {
1913
order = 1,
20-
default = { atlas = "centers", pos = { x = 5, y = 2 } },
14+
default = { atlas = "cry_placeholders", pos = { x = 4, y = 2 } },
2115
foil = { atlas = "cry_atlaseditiondeck", pos = { x = 0, y = 0 } },
2216
holo = { atlas = "cry_atlaseditiondeck", pos = { x = 1, y = 0 } },
2317
polychrome = { atlas = "cry_atlaseditiondeck", pos = { x = 2, y = 0 } },
@@ -33,17 +27,17 @@ Cryptid.edeck_sprites = {
3327
},
3428
enhancement = {
3529
order = 2,
36-
default = { atlas = "centers", pos = { x = 5, y = 2 } },
37-
m_bonus = { atlas = "cry_atlasenhanced", pos = { x = 3, y = 3 } },
38-
m_mult = { atlas = "cry_atlasenhanced", pos = { x = 2, y = 3 } },
39-
m_wild = { atlas = "cry_atlasenhanced", pos = { x = 5, y = 3 } },
40-
m_glass = { atlas = "cry_atlasenhanced", pos = { x = 4, y = 3 } },
41-
m_steel = { atlas = "centers", pos = { x = 6, y = 1 } },
42-
m_stone = { atlas = "centers", pos = { x = 5, y = 0 } },
43-
m_gold = { atlas = "centers", pos = { x = 6, y = 0 } },
44-
m_lucky = { atlas = "centers", pos = { x = 4, y = 1 } },
45-
m_cry_echo = { atlas = "cry_atlasenhanced", pos = { x = 1, y = 5 } },
46-
m_cry_light = { atlas = "cry_misc", pos = { x = 0, y = 3 } },
30+
default = { atlas = "cry_placeholders", pos = { x = 4, y = 2 } },
31+
m_bonus = { atlas = "cry_atlasdeck", pos = { x = 3, y = 3 } },
32+
m_mult = { atlas = "cry_atlasdeck", pos = { x = 2, y = 3 } },
33+
m_wild = { atlas = "cry_atlasdeck", pos = { x = 5, y = 3 } },
34+
m_glass = { atlas = "cry_atlasdeck", pos = { x = 4, y = 3 } },
35+
m_steel = { atlas = "cry_atlasdeck", pos = { x = 8, y = 4 } },
36+
m_stone = { atlas = "cry_atlasdeck", pos = { x = 6, y = 4 } },
37+
m_gold = { atlas = "cry_atlasdeck", pos = { x = 7, y = 4 } },
38+
m_lucky = { atlas = "cry_atlasdeck", pos = { x = 6, y = 3 } },
39+
m_cry_echo = { atlas = "cry_atlasdeck", pos = { x = 1, y = 5 } },
40+
m_cry_light = { atlas = "cry_atlasdeck", pos = { x = 7, y = 3 } },
4741
},
4842
sticker = {
4943
order = 3,
@@ -60,21 +54,21 @@ Cryptid.edeck_sprites = {
6054
},
6155
suit = {
6256
order = 4,
63-
default = { atlas = "centers", pos = { x = 5, y = 2 } },
64-
Diamonds = { atlas = "cry_atlasenhanced", pos = { x = 2, y = 1 } },
65-
Hearts = { atlas = "cry_atlasenhanced", pos = { x = 3, y = 1 } },
66-
Spades = { atlas = "cry_atlasenhanced", pos = { x = 4, y = 1 } },
67-
Clubs = { atlas = "cry_atlasenhanced", pos = { x = 5, y = 1 } },
57+
default = { atlas = "cry_placeholders", pos = { x = 4, y = 2 } },
58+
Diamonds = { atlas = "cry_atlasdeck", pos = { x = 2, y = 1 } },
59+
Hearts = { atlas = "cry_atlasdeck", pos = { x = 3, y = 1 } },
60+
Spades = { atlas = "cry_atlasdeck", pos = { x = 4, y = 1 } },
61+
Clubs = { atlas = "cry_atlasdeck", pos = { x = 5, y = 1 } },
6862
},
6963
seal = {
7064
order = 5,
71-
default = { atlas = "centers", pos = { x = 5, y = 2 } },
65+
default = { atlas = "cry_placeholders", pos = { x = 4, y = 2 } },
7266
Gold = { atlas = "centers", pos = { x = 1, y = 2 } },
73-
Red = { atlas = "centers", pos = { x = 0, y = 0 } },
74-
Blue = { atlas = "cry_atlasenhanced", pos = { x = 2, y = 2 } },
75-
Purple = { atlas = "cry_atlasenhanced", pos = { x = 1, y = 2 } },
67+
Red = { atlas = "cry_atlasdeck", pos = { x = 0, y = 2 } },
68+
Blue = { atlas = "cry_atlasdeck", pos = { x = 2, y = 2 } },
69+
Purple = { atlas = "cry_atlasdeck", pos = { x = 1, y = 2 } },
7670
cry_azure = { atlas = "centers", pos = { x = 0, y = 2 } },
77-
cry_green = { atlas = "cry_atlasenhanced", pos = { x = 3, y = 5 } },
71+
cry_green = { atlas = "cry_atlasdeck", pos = { x = 3, y = 5 } },
7872
},
7973
}
8074

@@ -436,5 +430,5 @@ return {
436430
})
437431
end
438432
end,
439-
items = { e_deck, et_deck, sk_deck, st_deck, sl_deck, atlasenhanced, atlasedition },
433+
items = { e_deck, et_deck, sk_deck, st_deck, sl_deck, atlasedition },
440434
}

0 commit comments

Comments
 (0)