Skip to content

Commit d66429d

Browse files
committed
Added High Five art
1 parent 69cf6f6 commit d66429d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

assets/1x/atlastwo.png

2.27 KB
Loading

assets/2x/atlastwo.png

2.85 KB
Loading

items/misc_joker.lua

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7885,8 +7885,8 @@ local highfive = {
78857885
name = "cry-highfive",
78867886
key = "highfive",
78877887
order = 137,
7888-
atlas = "placeholders",
7889-
pos = { x = 2, y = 0},
7888+
atlas = "atlastwo",
7889+
pos = { x = 4, y = 1},
78907890
blueprint_compat = false,
78917891
eternal_compat = true,
78927892
perishable_compat = true,
@@ -7936,6 +7936,7 @@ local highfive = {
79367936
end,
79377937
cry_credits = {
79387938
idea = { "cassknows" },
7939+
art = {"MarioFan597"},
79397940
code = { "astrapboy" }
79407941
},
79417942
}
@@ -8053,7 +8054,7 @@ local miscitems = {
80538054
lebaron_james,
80548055
huntingseason,
80558056
--cat_owl,
8056-
eyeofhagane,
8057+
--eyeofhagane, (apparently this wasn't screened)
80578058
highfive
80588059
}
80598060
return {

0 commit comments

Comments
 (0)