hello cooper!
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Balatro GBA
|
||||
This was my attempt at recreating the game 'Balatro' as accuretly as I could including all of the visual effects that make Balatro feel satisfying to play.
|
||||
This is my attempt to recreate the game 'Balatro' as accurately as possible, including all of the visual effects that make Balatro feel satisfying to play.
|
||||
|
||||

|
||||
|
||||
+1
-1
@@ -501,7 +501,7 @@ void card_update() // This whole function is currently pretty unoptimized due to
|
||||
timer = 1;
|
||||
played_selections = played_top + 1;
|
||||
|
||||
switch (hand_type) // select the cards that apply to the hand type
|
||||
switch (hand_type) // select the cards that apply to the hand type (This whole thing has GOT to be reworked. it only works if the hand sort is by rank)
|
||||
{
|
||||
case NONE:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user