class JamWarmUp::Bullet
 
  - JamWarmUp::Bullet
- Reference
- Object
Defined in:
jam_warm_up/bullet.crConstant Summary
- 
        Color = SF::Color::Red
- 
        Damage = 25
- 
        Height = 12
- 
        Radius = 6
- 
        Speed = 1920
- 
        Width = 48
Constructors
Instance Method Summary
- #circle : SF::CircleShape
- #collision_box : CollisionBox
- #color
- #damage
- #dead? : Bool
- #die
- #draw(window : SF::RenderWindow)
- #height
- #radius
- #rectangle : SF::RectangleShape
- #speed
- #update(frame_time)
- #width
- #x : Int32 | Float32
- #y : Int32 | Float32