class Projectile
- Projectile
- Reference
- Object
Included Modules
- SF::Drawable
Defined in:
game/projectile.crConstructors
Instance Method Summary
- #apply_speed(direction)
- #collides?(enemy : Enemy)
- #direction : SF::Vector2(Float32)
- #direction=(direction : SF::Vector2(Float32))
- #draw(target, states)
- #global_bounds
- #move
- #normalize_movement
- #position : SF::Vector2(Float32)
- #position=(position : SF::Vector2(Float32))