class Bench::Animation
- Bench::Animation
- Reference
- Object
Defined in:
bench/animation.crConstructors
Instance Method Summary
- #add(sheet : LibAllegro::Bitmap, x, y, width, height)
- #center=(center : Bool)
- #center? : Bool
- #destroy
- #display_frame
- #draw(x, y)
- #fps_factor : Int32
- #fps_factor=(fps_factor : Int32)
- #frame : Int32
- #frame=(frame : Int32)
- #height : Int32
- #height=(height : Int32)
- #loops=(loops : Bool)
- #loops? : Bool
- #sprites : Array(LibAllegro::Bitmap)
- #sprites=(sprites : Array(LibAllegro::Bitmap))
- #update
- #width : Int32
- #width=(width : Int32)