Update joker.h

Restoring the Brainstorm Joker ID, deleted by mistake while adding the Pareidolia Joker ID
This commit is contained in:
Geralt
2025-10-09 14:46:57 +02:00
committed by GitHub
parent 6787fab0c2
commit c4f22be9b9
+2 -1
View File
@@ -36,6 +36,7 @@
#define DEFAULT_JOKER_ID 0
#define GREEDY_JOKER_ID 1 // This is just an example to show the patern of making joker IDs
#define JOKER_STENCIL_ID 16
#define JOKER_BRAINSTORM_ID 40
#define PAREIDOLIA_JOKER_ID 41
typedef struct
@@ -92,4 +93,4 @@ bool joker_object_is_selected(JokerObject* joker_object);
Sprite* joker_object_get_sprite(JokerObject* joker_object);
#endif // JOKER_H
#endif // JOKER_H