diff --git a/assets/1x/jokers.png b/assets/1x/jokers.png index 2d9790e0..b9b3896a 100644 Binary files a/assets/1x/jokers.png and b/assets/1x/jokers.png differ diff --git a/assets/2x/jokers.png b/assets/2x/jokers.png index b089f47b..79f83c12 100644 Binary files a/assets/2x/jokers.png and b/assets/2x/jokers.png differ diff --git a/items/jokers/misc_jokers.lua b/items/jokers/misc_jokers.lua index 1c735993..3f506a8c 100644 --- a/items/jokers/misc_jokers.lua +++ b/items/jokers/misc_jokers.lua @@ -547,7 +547,7 @@ local chocolate_egg = { }, blueprint_compat = true, eternal_compat = true, - pos = { x = 8, y = 0 }, + pos = { x = 0, y = 2 }, atlas = "jokers", demicoloncompat = true, pools = { ["Food"] = true, ["Candy"] = true }, @@ -643,4 +643,4 @@ return { chocolate_egg, lotteryticket } -} \ No newline at end of file +}