class JamWarmUp::BenBullet
- JamWarmUp::BenBullet
- Reference
- Object
Defined in:
jam_warm_up/ben_bullet.crConstructors
Instance Method Summary
- #color : SF::Color
- #color=(color : SF::Color)
- #color_up? : Bool
- #draw(window : SF::RenderWindow)
- #radius : Int32 | Float32
- #update(frame_time)
- #x_pos : Int32 | Float32
- #y_pos : Int32 | Float32
Constructor Detail
def self.new(x_pos : Float32 | Int32 = 0, y_pos : Float32 | Int32 = 0, radius : Float32 | Int32 = 1)
#