public class Game_CardHand
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Game_CardHand.Game_CardHandManager |
Modifier and Type | Field and Description |
---|---|
static Game_CardHand.Game_CardHandManager |
actorManager |
Constructor and Description |
---|
Game_CardHand() |
Modifier and Type | Method and Description |
---|---|
void |
create(com.badlogic.gdx.scenes.scene2d.Stage stage) |
public static Game_CardHand.Game_CardHandManager actorManager
public void create(com.badlogic.gdx.scenes.scene2d.Stage stage)
actors
- Array of actors used to add to stage in one loopcardactors
- Array of cards used for global usecurrentHand
- ArrayList of card_Card that represents the currentHandnewcards
- ArrayList of card_Card from the HandCreatoropen
- Boolean for if the cards are visible or notcard1-7
- card_Card actors for the cardsstagestart
- int that records the position of the first card_Card actorcardActors
- int of the number of card_Card actorsheight
- int records the height for the cards on screenselectedCard
- Holds the selected card slot numbernumberofcards
- Holds the number of cards from the HandCreatorusecardbtn
- Actor for the use card button