Skip to content

Commit 5875d01

Browse files
Merge atlases (#488)
* Add files via upload * Add files via upload * merge atlases * remove files * Update code.lua
1 parent e4f7e63 commit 5875d01

File tree

8 files changed

+63
-69
lines changed

8 files changed

+63
-69
lines changed

assets/1x/atlasnotjokers.png

65.3 KB
Loading

assets/1x/c_cry_code.png

-49.1 KB
Binary file not shown.

assets/2x/atlasnotjokers.png

143 KB
Loading

assets/2x/c_cry_code.png

-110 KB
Binary file not shown.

items/code.lua

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,10 @@ local crash = {
277277
set = "Code",
278278
name = "cry-Crash",
279279
key = "crash",
280-
pos = { x = 0, y = 0 },
280+
pos = { x = 7, y = 0 },
281281
config = {},
282282
cost = 4,
283-
atlas = "code",
283+
atlas = "atlasnotjokers",
284284
order = 1,
285285
can_use = function(self, card)
286286
return true
@@ -855,13 +855,13 @@ local payload = {
855855
set = "Code",
856856
name = "cry-Payload",
857857
key = "payload",
858-
pos = { x = 1, y = 0 },
858+
pos = { x = 8, y = 0 },
859859
config = { interest_mult = 3 },
860860
loc_vars = function(self, info_queue, center)
861861
return { vars = { self.config.interest_mult } }
862862
end,
863863
cost = 4,
864-
atlas = "code",
864+
atlas = "atlasnotjokers",
865865
order = 2,
866866
can_use = function(self, card)
867867
return true
@@ -895,10 +895,10 @@ local reboot = {
895895
set = "Code",
896896
name = "cry-Reboot",
897897
key = "reboot",
898-
pos = { x = 2, y = 0 },
898+
pos = { x = 9, y = 0 },
899899
config = {},
900900
cost = 4,
901-
atlas = "code",
901+
atlas = "atlasnotjokers",
902902
order = 3,
903903
can_use = function(self, card)
904904
return G.STATE == G.STATES.SELECTING_HAND
@@ -948,10 +948,10 @@ local revert = {
948948
set = "Code",
949949
name = "cry-Revert",
950950
key = "revert",
951-
pos = { x = 3, y = 0 },
951+
pos = { x = 10, y = 0 },
952952
config = {},
953953
cost = 4,
954-
atlas = "code",
954+
atlas = "atlasnotjokers",
955955
order = 4,
956956
can_use = function(self, card)
957957
return G.GAME.cry_revert
@@ -1011,12 +1011,12 @@ local semicolon = {
10111011
name = "cry-Semicolon",
10121012
key = "semicolon",
10131013
pos = {
1014-
x = 0,
1014+
x = 7,
10151015
y = 1,
10161016
},
10171017
config = {},
10181018
cost = 4,
1019-
atlas = "code",
1019+
atlas = "atlasnotjokers",
10201020
order = 32,
10211021
can_use = function(self, card)
10221022
return G.STATE == G.STATES.SELECTING_HAND and not G.GAME.blind.boss
@@ -1062,12 +1062,12 @@ local malware = {
10621062
name = "cry-Malware",
10631063
key = "malware",
10641064
pos = {
1065-
x = 1,
1065+
x = 8,
10661066
y = 1,
10671067
},
10681068
config = {},
10691069
cost = 4,
1070-
atlas = "code",
1070+
atlas = "atlasnotjokers",
10711071
order = 9,
10721072
can_use = function(self, card)
10731073
return #G.hand.cards > 0
@@ -1137,12 +1137,12 @@ local seed = {
11371137
name = "cry-Seed",
11381138
key = "seed",
11391139
pos = {
1140-
x = 3,
1140+
x = 10,
11411141
y = 1,
11421142
},
11431143
config = {},
11441144
cost = 4,
1145-
atlas = "code",
1145+
atlas = "atlasnotjokers",
11461146
order = 12,
11471147
can_use = function(self, card)
11481148
--the card itself and one other card
@@ -1238,12 +1238,12 @@ local hook = {
12381238
name = "cry-Hook",
12391239
key = "hook",
12401240
pos = {
1241-
x = 0,
1241+
x = 7,
12421242
y = 4,
12431243
},
12441244
config = {},
12451245
cost = 4,
1246-
atlas = "code",
1246+
atlas = "atlasnotjokers",
12471247
order = 14,
12481248
no_pool_flag = "beta_deck",
12491249
can_use = function(self, card)
@@ -1358,9 +1358,9 @@ local variable = {
13581358
set = "Code",
13591359
key = "variable",
13601360
name = "cry-Variable",
1361-
atlas = "code",
1361+
atlas = "atlasnotjokers",
13621362
pos = {
1363-
x = 2,
1363+
x = 9,
13641364
y = 1,
13651365
},
13661366
cost = 4,
@@ -1657,9 +1657,9 @@ local class = {
16571657
set = "Code",
16581658
key = "class",
16591659
name = "cry-Class",
1660-
atlas = "code",
1660+
atlas = "atlasnotjokers",
16611661
pos = {
1662-
x = 4,
1662+
x = 11,
16631663
y = 1,
16641664
},
16651665
cost = 4,
@@ -1942,9 +1942,9 @@ local commit = {
19421942
set = "Code",
19431943
key = "commit",
19441944
name = "cry-Commit",
1945-
atlas = "code",
1945+
atlas = "atlasnotjokers",
19461946
pos = {
1947-
x = 1,
1947+
x = 8,
19481948
y = 2,
19491949
},
19501950
cost = 4,
@@ -2020,9 +2020,9 @@ local merge = {
20202020
set = "Code",
20212021
key = "merge",
20222022
name = "cry-Merge",
2023-
atlas = "code",
2023+
atlas = "atlasnotjokers",
20242024
pos = {
2025-
x = 0,
2025+
x = 7,
20262026
y = 2,
20272027
},
20282028
cost = 4,
@@ -2131,10 +2131,10 @@ local multiply = {
21312131
set = "Code",
21322132
key = "multiply",
21332133
name = "cry-Multiply",
2134-
atlas = "code",
2134+
atlas = "atlasnotjokers",
21352135
order = 24,
21362136
pos = {
2137-
x = 3,
2137+
x = 10,
21382138
y = 2,
21392139
},
21402140
cost = 4,
@@ -2190,10 +2190,10 @@ local divide = {
21902190
set = "Code",
21912191
key = "divide",
21922192
name = "cry-Divide",
2193-
atlas = "code",
2193+
atlas = "atlasnotjokers",
21942194
order = 23,
21952195
pos = {
2196-
x = 2,
2196+
x = 9,
21972197
y = 2,
21982198
},
21992199
cost = 4,
@@ -2258,10 +2258,10 @@ local delete = {
22582258
set = "Code",
22592259
key = "delete",
22602260
name = "cry-Delete",
2261-
atlas = "code",
2261+
atlas = "atlasnotjokers",
22622262
order = 18,
22632263
pos = {
2264-
x = 4,
2264+
x = 11,
22652265
y = 2,
22662266
},
22672267
cost = 4,
@@ -2389,10 +2389,10 @@ local spaghetti = {
23892389
set = "Code",
23902390
key = "spaghetti",
23912391
name = "cry-Spaghetti",
2392-
atlas = "code",
2392+
atlas = "atlasnotjokers",
23932393
order = 13,
23942394
pos = {
2395-
x = 5,
2395+
x = 12,
23962396
y = 2,
23972397
},
23982398
cost = 4,
@@ -2433,9 +2433,9 @@ local machinecode = {
24332433
set = "Code",
24342434
name = "cry-Machine Code",
24352435
key = "machinecode",
2436-
pos = { x = 0, y = 3 },
2436+
pos = { x = 7, y = 3 },
24372437
cost = 3,
2438-
atlas = "code",
2438+
atlas = "atlasnotjokers",
24392439
order = 19,
24402440
can_use = function(self, card)
24412441
return true
@@ -2703,9 +2703,9 @@ local run = {
27032703
set = "Code",
27042704
name = "cry-Run",
27052705
key = "run",
2706-
pos = { x = 5, y = 0 },
2706+
pos = { x = 12, y = 0 },
27072707
cost = 3,
2708-
atlas = "code",
2708+
atlas = "atlasnotjokers",
27092709
order = 6,
27102710
can_use = function(self, card)
27112711
return Cryptid.safe_get(G.GAME, "blind", "in_blind")
@@ -2815,9 +2815,9 @@ local exploit = {
28152815
set = "Code",
28162816
key = "exploit",
28172817
name = "cry-Exploit",
2818-
atlas = "code",
2818+
atlas = "atlasnotjokers",
28192819
pos = {
2820-
x = 1,
2820+
x = 8,
28212821
y = 3,
28222822
},
28232823
cost = 4,
@@ -3031,11 +3031,11 @@ local oboe = {
30313031
set = "Code",
30323032
key = "oboe",
30333033
name = "cry-oboe",
3034-
atlas = "code",
3034+
atlas = "atlasnotjokers",
30353035
order = 10,
30363036
config = { extra = { choices = 1 } },
30373037
pos = {
3038-
x = 2,
3038+
x = 9,
30393039
y = 3,
30403040
},
30413041
cost = 4,
@@ -3077,11 +3077,11 @@ local rework = {
30773077
set = "Code",
30783078
key = "rework",
30793079
name = "cry-Rework",
3080-
atlas = "code",
3080+
atlas = "atlasnotjokers",
30813081
order = 25,
30823082
no_pool_flag = "beta_deck",
30833083
pos = {
3084-
x = 3,
3084+
x = 10,
30853085
y = 3,
30863086
},
30873087
cost = 4,
@@ -3221,11 +3221,11 @@ local patch = {
32213221
set = "Code",
32223222
key = "patch",
32233223
name = "cry-patch",
3224-
atlas = "code",
3224+
atlas = "atlasnotjokers",
32253225
order = 26,
32263226
config = {},
32273227
pos = {
3228-
x = 1,
3228+
x = 8,
32293229
y = 4,
32303230
},
32313231
cost = 4,
@@ -3343,11 +3343,11 @@ local ctrl_v = {
33433343
set = "Code",
33443344
key = "ctrl_v",
33453345
name = "cry-Ctrl-V",
3346-
atlas = "code",
3346+
atlas = "atlasnotjokers",
33473347
order = 27,
33483348
config = {},
33493349
pos = {
3350-
x = 2,
3350+
x = 9,
33513351
y = 4,
33523352
},
33533353
cost = 4,
@@ -3446,11 +3446,11 @@ local inst = {
34463446
set = "Code",
34473447
key = "inst",
34483448
name = "cry-Inst",
3449-
atlas = "code",
3449+
atlas = "atlasnotjokers",
34503450
order = 28,
34513451
config = {},
34523452
pos = {
3453-
x = 3,
3453+
x = 10,
34543454
y = 4,
34553455
},
34563456
cost = 4,
@@ -3523,11 +3523,11 @@ local alttab = {
35233523
set = "Code",
35243524
key = "alttab",
35253525
name = "cry-Alttab",
3526-
atlas = "code",
3526+
atlas = "atlasnotjokers",
35273527
order = 28,
35283528
config = {},
35293529
pos = {
3530-
x = 4,
3530+
x = 11,
35313531
y = 4,
35323532
},
35333533
cost = 4,
@@ -3622,10 +3622,10 @@ local automaton = {
36223622
set = "Tarot",
36233623
name = "cry-Automaton",
36243624
key = "automaton",
3625-
pos = { x = 5, y = 1 },
3625+
pos = { x = 12, y = 1 },
36263626
config = { create = 1 },
36273627
order = 5,
3628-
atlas = "code",
3628+
atlas = "atlasnotjokers",
36293629
loc_vars = function(self, info_queue, card)
36303630
return { vars = { Cryptid.safe_get(card, "ability", "create") or self.config.create } }
36313631
end,
@@ -3780,11 +3780,11 @@ local pointer = {
37803780
set = "Spectral",
37813781
name = "cry-Pointer",
37823782
key = "pointer",
3783-
pos = { x = 4, y = 3 },
3783+
pos = { x = 11, y = 3 },
37843784
hidden = true,
37853785
soul_set = "Code",
37863786
order = 41,
3787-
atlas = "code",
3787+
atlas = "atlasnotjokers",
37883788
can_use = function(self, card)
37893789
return true
37903790
end,

lib/content.lua

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -631,12 +631,6 @@ SMODS.Atlas({
631631
px = 71,
632632
py = 95,
633633
})
634-
SMODS.Atlas({
635-
key = "code",
636-
path = "c_cry_code.png",
637-
px = 71,
638-
py = 95,
639-
})
640634
SMODS.Atlas({
641635
key = "pack",
642636
path = "pack_cry.png",
@@ -645,17 +639,17 @@ SMODS.Atlas({
645639
})
646640
SMODS.UndiscoveredSprite({
647641
key = "Code",
648-
atlas = "code",
649-
path = "c_cry_code.png",
650-
pos = { x = 2, y = 5 },
642+
atlas = "atlasnotjokers",
643+
path = "atlasnotjokers.png",
644+
pos = { x = 9, y = 5 },
651645
px = 71,
652646
py = 95,
653647
})
654648
SMODS.UndiscoveredSprite({
655649
key = "Unique",
656-
atlas = "code",
657-
path = "c_cry_code.png",
658-
pos = { x = 2, y = 5 },
650+
atlas = "atlasnotjokers",
651+
path = "atlasnotjokers.png",
652+
pos = { x = 9, y = 5 },
659653
px = 71,
660654
py = 95,
661655
})

0 commit comments

Comments
 (0)