Self explanatory, but lemme elaborate
I made a new suit, but selecting any card just.. Crashes the game? It flashes the error screen then closes.
If it helps, here is the suit code.
My atlases do work, too
key = "stars_suit",
card_key = "S",
pos = {y = 0},
ui_pos = {x=0, y=0},
lc_atlas = "extra-suits",
lc_ui_atlas = "extra-suits-ui",
--Note: make High Contrast Later
hc_atlas = "extra-suits",
hc_ui_atlas = "extra-suits-ui",
in_pool = true
}```

