abstract class Entity
- Entity
- Reference
- Object
Direct Known Subclasses
Defined in:
ld43/entity.crConstructors
Instance Method Summary
- #all_objects
- #collides_with(other)
- #collides_with_anything
- #collision(other : Entity)
- #delete_me : Bool
- #delete_me=(delete_me : Bool)
- #draw
- #height : Int32
- #height=(height : Int32)
- #update(dt)
- #width : Int32
- #width=(width : Int32)
- #x : Int32
- #x=(x : Int32)
- #y : Int32
- #y=(y : Int32)