Changed the order of suits to match the original Balatro (#189)

This commit is contained in:
MeirGavish
2025-10-30 11:18:36 +02:00
committed by GitHub
parent c510e78704
commit b472ce2bad
2 changed files with 2 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

+2 -2
View File
@@ -15,9 +15,9 @@
#define CARD_STARTING_LAYER 0
// Card suits
#define HEARTS 0
#define DIAMONDS 0
#define CLUBS 1
#define DIAMONDS 2
#define HEARTS 2
#define SPADES 3
#define NUM_SUITS 4