Remove use of old atlas

This commit is contained in:
Emik 2026-02-11 20:27:03 +01:00
parent bfed1dfa0d
commit 0a9e348059
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF

View file

@ -49,7 +49,7 @@ local back = (function()
CardSleeves.Sleeve {
key = key,
pos = tbl.pos,
atlas = "void",
atlas = "back",
config = tbl.config and f(tbl.config):into() or nil,
loc_vars = function(self, ...)
local ret = tbl.loc_vars and tbl.loc_vars(self, ...) or {}