abstract class RPG::Collidable
- RPG::Collidable
- Reference
- Object
Direct Known Subclasses
Defined in:
rpg/collidable.crConstant Summary
-
Size =
64
Constructors
Instance Method Summary
- #action
- #area_radius
- #area_triggered? : Bool
- #check_area_triggered?(player : Player)
- #collision_height
- #collision_width
- #dialog_key : String
- #draw(window : SF::RenderWindow)
- #jump(x : Float32 | Int32, y : Float32 | Int32)
- #jump_to_tile(col, row, tile_size)
- #reset_area_triggered
- #size
- #update(frame_time)
- #x : Int32 | Float32
- #y : Int32 | Float32