Skip to content

Commit d56fe99

Browse files
committed
bountiful & nostalgic sleeve
1 parent ae7dfb1 commit d56fe99

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

assets/1x/atlasSleeves.png

2.29 KB
Loading

assets/2x/atlasSleeves.png

7.12 KB
Loading

items/sleeve.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ if CardSleeves then
305305
key = "beta_sleeve",
306306
name = "Nostalgic Sleeve",
307307
atlas = "atlasSleeves",
308-
pos = { x = 0, y = 2 },
308+
pos = { x = 4, y = 1 },
309309
config = { cry_beta = true },
310310
unlocked = true,
311311
unlock_condition = { deck = "Nostalgic Deck", stake = 1 },
@@ -323,7 +323,7 @@ if CardSleeves then
323323
key = "bountiful_sleeve",
324324
name = "Bountiful Sleeve",
325325
atlas = "atlasSleeves",
326-
pos = { x = 0, y = 2 },
326+
pos = { x = 5, y = 1 },
327327
config = { cry_forced_draw_amount = 5 },
328328
unlocked = true,
329329
unlock_condition = { deck = "Bountiful Deck", stake = 1 },

0 commit comments

Comments
 (0)