class GSF::Movable
- GSF::Movable
- Reference
- Object
Defined in:
gsf/movable.crConstructors
Instance Method Summary
- #draw(window : SF::RenderWindow)
- #dx : Int32 | Float32
- #dy : Int32 | Float32
- #jump(x : Float32 | Int32, y : Float32 | Int32)
- #move(dx, dy)
- #move_with_speed(frame_time, speed)
- #moved? : Bool
- #moving?
- #update_movement(frame_time : Float32)
- #x : Int32 | Float32
- #y : Int32 | Float32