Changed the order of suits to match the original Balatro (#189)
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user