Skip to content

Commit 2eea9fb

Browse files
Sticker deck sprites
1 parent 2b059a4 commit 2eea9fb

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

assets/1x/atlasdeck.png

31.5 KB
Loading

assets/2x/atlasdeck.png

61.5 KB
Loading

items/enhanced.lua

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
--bruh
12
local atlasenhanced = {
23
object_type = "Atlas",
34
key = "atlasenhanced",
@@ -46,13 +47,16 @@ Cryptid.edeck_sprites = {
4647
},
4748
sticker = {
4849
order = 3,
49-
default = { atlas = "centers", pos = { x = 5, y = 2 } },
50-
eternal = { atlas = "cry_atlasenhanced", pos = { x = 5, y = 2 } },
51-
perishable = { atlas = "cry_atlasenhanced", pos = { x = 0, y = 3 } },
52-
rental = { atlas = "cry_atlasenhanced", pos = { x = 1, y = 3 } },
53-
pinned = { atlas = "cry_atlasenhanced", pos = { x = 0, y = 5 } },
54-
banana = { atlas = "cry_atlasenhanced", pos = { x = 5, y = 4 } },
55-
cry_rigged = { atlas = "cry_atlasenhanced", pos = { x = 3, y = 6 } },
50+
default = { atlas = "cry_placeholders", pos = { x = 4, y = 2 } },
51+
eternal = { atlas = "cry_atlasdeck", pos = { x = 6, y = 0 } },
52+
perishable = { atlas = "cry_atlasdeck", pos = { x = 7, y = 0 } },
53+
rental = { atlas = "cry_atlasdeck", pos = { x = 8, y = 0 } },
54+
pinned = { atlas = "cry_atlasdeck", pos = { x = 7, y = 1 } },
55+
banana = { atlas = "cry_atlasdeck", pos = { x = 6, y = 1 } },
56+
cry_rigged = { atlas = "cry_atlasdeck", pos = { x = 8, y = 1 } },
57+
cry_absolute = { atlas = "cry_atlasdeck", pos = { x = 8, y = 2 } },
58+
cry_possessed = { atlas = "cry_atlasdeck", pos = { x = 7, y = 2 } },
59+
cry_flickering = { atlas = "cry_atlasdeck", pos = { x = 6, y = 2 } },
5660
},
5761
suit = {
5862
order = 4,

0 commit comments

Comments
 (0)