class Cards::ChipStack
- Cards::ChipStack
- Reference
- Object
Defined in:
cards/chip_stack.crConstructors
Class Method Summary
Instance Method Summary
- #add(chip : Chip)
- #add_position
- #any?(*args, **options)
- #any?(*args, **options, &)
- #chip_value
- #chips : Array(Chip)
- #draw(screen_x = 0, screen_y = 0)
- #empty?(*args, **options)
- #empty?(*args, **options, &)
- #height
- #height_depth
- #hovered? : Bool
- #init_chip_frames
- #position : Game::Vector
- #selectable? : Bool
- #selected? : Bool
- #selected_chip
- #size(*args, **options)
- #size(*args, **options, &)
- #take : Chip
- #top_y
- #update(frame_time)
- #update_chips_position
- #update_last_chip_frame(chip = @chips[-1], last_index = -2)
- #width
- #x(*args, **options)
- #x(*args, **options, &)
- #x=(value : Int32 | Float32)
- #y(*args, **options)
- #y(*args, **options, &)
- #y=(value : Int32 | Float32)