Brasa619 / andengineexamples

Automatically exported from code.google.com/p/andengineexamples
0 stars 0 forks source link

"one" card does not exist, wrong cards are choosen #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
the file Value.java lists a card value of "ONE" when there is no 1 card. That 
line needs to be commented out. Correspondingly, in the Card.java file, there 
are entries for CLUB_ONE, DIAMOND_ONE, SPADE_ONE, and HEART_ONE. These four 
lines can be commented out as well. Once these five lines are commented out, 
any card placement using .addCard() will add the proper card.

Original issue reported on code.google.com by mario.j....@gmail.com on 30 Aug 2010 at 3:23