Add dedicated sleeve sprites

This commit is contained in:
Emik 2025-04-25 01:37:47 +02:00
parent 0b6aa8afbb
commit 1c592f3878
Signed by: emik
GPG key ID: 09CDFF9E5703688D
4 changed files with 9 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View file

@ -17,5 +17,5 @@
"conflicts": [
"Jen"
],
"version": "1.5.1"
"version": "1.5.2"
}

View file

@ -5,6 +5,13 @@ SMODS.Atlas {
path = Jane.config.texture_pack .. "/b_jane_decks.png",
}
SMODS.Atlas {
px = 73,
py = 95,
key = "janesleeves",
path = Jane.config.texture_pack .. "/sleeve_jane_sleeves.png",
}
local function back(x)
local key = x.key
local apply = x.apply
@ -40,7 +47,7 @@ local function back(x)
CardSleeves.Sleeve {
key = key,
pos = x.pos,
atlas = "janedecks",
atlas = "janesleeves",
loc_txt = {name = name, text = text},
apply = function(self, ...)
-- Game becomes genuinely unplayable if this is allowed.