From 32f1bf5de382233abada00f7db80689c7c6e990f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Escudero?= <116760721+Sesebasti@users.noreply.github.com> Date: Sun, 24 Aug 2025 16:45:17 -0400 Subject: [PATCH] Change pos_style from 'deck' to 'suit' Since the assets are just one suit, it's more appropriate to use 'suit', since changing the suit to another one will cause issues. --- Mods/DeckSkinTemplate/DeckSkinTemplate.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mods/DeckSkinTemplate/DeckSkinTemplate.lua b/Mods/DeckSkinTemplate/DeckSkinTemplate.lua index 9aea7fc..96f1d3b 100644 --- a/Mods/DeckSkinTemplate/DeckSkinTemplate.lua +++ b/Mods/DeckSkinTemplate/DeckSkinTemplate.lua @@ -36,7 +36,7 @@ SMODS.DeckSkin { ranks = {'2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', "King", "Ace",}, display_ranks = {"King", "Queen", "Jack"}, atlas = atlas_lc.key, - pos_style = 'deck', + pos_style = 'suit', suit_icon = { atlas = icon_lc.key, }, @@ -46,7 +46,7 @@ SMODS.DeckSkin { ranks = {'2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', "King", "Ace",}, display_ranks = {"King", "Queen", "Jack"}, atlas = atlas_hc.key, - pos_style = 'deck', + pos_style = 'suit', colour = HEX("9734f0"), suit_icon = { atlas = icon_hc.key,