class Cards::Blackjack::ChipTray
- Cards::Blackjack::ChipTray
- Reference
- Object
Defined in:
cards/blackjack/chip_tray.crConstant Summary
-
MAX_CHIPS =
10
Constructors
Instance Method Summary
- #add(chip : Chip)
- #add_position(chip : Chip)
- #chip_stacks : Hash(Chip::Amount, ChipStack)
- #chip_value
- #draw(screen_x, screen_y)
- #largest(bet) : Chip | Nil
- #selected_chip : Chip | Nil
- #update(frame_time)
- #update_positions(seat : Seat)
- #update_select_chip(amount : Chip::Amount)