Skip to content

Commit 4ce4c83

Browse files
committed
various joker resprites
1 parent c944746 commit 4ce4c83

File tree

10 files changed

+11
-8
lines changed

10 files changed

+11
-8
lines changed

Cryptid.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if not Cryptid then
88
end
99
local mod_path = "" .. SMODS.current_mod.path -- this path changes when each mod is loaded, but the local variable will retain Cryptid's path
1010
Cryptid.path = mod_path
11-
Cryptid_config = SMODS.current_mod.config
11+
Cryptid_config = SMODS.current_mod.config or {} --is this nil check needed? idk but i saw crash reports related to this
1212

1313
-- Lovely Patch Target, toggles being able to change gameset config. Here for mod support
1414
Cryptid_config.gameset_toggle = true

assets/1x/atlasepic.png

16.2 KB
Loading

assets/1x/atlasone.png

2.29 KB
Loading

assets/1x/atlastwo.png

1.23 KB
Loading

assets/2x/atlasepic.png

21.3 KB
Loading

assets/2x/atlasone.png

7.07 KB
Loading

assets/2x/atlastwo.png

1.64 KB
Loading

items/epic.lua

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ local sync_catalyst = {
308308
},
309309
art = {
310310
"Ein13",
311+
"George The Rat"
311312
},
312313
code = {
313314
"Math",
@@ -995,7 +996,7 @@ local number_blocks = {
995996
"Jevonn",
996997
},
997998
art = {
998-
"Jevonn",
999+
"George The Rat",
9991000
},
10001001
code = {
10011002
"Math",
@@ -1882,7 +1883,8 @@ local soccer = {
18821883
"Mjiojio",
18831884
},
18841885
art = {
1885-
"HexaCryonic",
1886+
"Ein13",
1887+
"George The Rat"
18861888
},
18871889
code = {
18881890
"Jevonn",
@@ -2078,7 +2080,7 @@ local spectrogram = {
20782080
"AlexZGreat",
20792081
},
20802082
art = {
2081-
"SMG9000",
2083+
"Ein13",
20822084
},
20832085
code = {
20842086
"AlexZGreat",

items/m.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ local biggestm = {
14671467
"Kailen",
14681468
},
14691469
art = {
1470-
"Kailen",
1470+
"Ein13",
14711471
},
14721472
code = {
14731473
"Kailen",

items/misc_joker.lua

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ local queensgambit = {
445445
"Project666",
446446
},
447447
art = {
448-
"Ein13",
448+
"Missingnumber",
449449
},
450450
code = {
451451
--wonder what happened to this guy
@@ -1369,7 +1369,8 @@ local eternalflame = {
13691369
"Dovahkiin1307",
13701370
},
13711371
art = {
1372-
"Jevonn",
1372+
"Missingnumber",
1373+
"George The Rat"
13731374
},
13741375
code = {
13751376
"Jevonn",
@@ -2621,7 +2622,7 @@ local apjoker = {
26212622
"HexaCryonic",
26222623
},
26232624
art = {
2624-
"HexaCryonic",
2625+
"unexian",
26252626
},
26262627
code = {
26272628
"Jevonn",

0 commit comments

Comments
 (0)