class Cards::Chip
- Cards::Chip
- Reference
- Object
Defined in:
cards/chip.crConstant Summary
-
HEIGHT =
16
-
HEIGHT_DEPTH =
3
-
MOVEMENT_FRAMES =
16
-
WIDTH =
32
Constructors
Class Method Summary
Instance Method Summary
- #amount : Amount
- #copy
- #draw(screen_x = 0, screen_y = 0, alpha = 255_u8)
- #frame(*args, **options)
- #frame(*args, **options, &)
- #frame=(frame : Int32)
- #frames(*args, **options)
- #frames(*args, **options, &)
- #height
- #height_depth
- #move(move_to : Game::Vector)
- #moved?
- #moving?
- #position : Game::Vector
- #position=(position : Game::Vector)
- #update(frame_time)
- #value
-
#width
methods for width/height in case of changing to instance vars later
- #x(*args, **options)
- #x(*args, **options, &)
- #x=(arg)
- #y(*args, **options)
- #y(*args, **options, &)
- #y=(arg)