Adds XMult, Joker Stencil and Misprint (rebase)

This commit is contained in:
theturtlemafia
2025-08-01 10:38:31 -04:00
parent da8b3bbc00
commit dbff88add0
5 changed files with 75 additions and 22 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ typedef struct
bool processed;
} Joker;
typedef struct // copy of CardObject in card.h
typedef struct JokerObject // copy of CardObject in card.h
{
Joker *joker;
SpriteObject* sprite_object;