class Looper::RoadCorner
- Looper::RoadCorner
- Reference
- Object
Defined in:
looper/road_corner.crConstructors
Instance Method Summary
- #collision?(obj : Obj)
- #draw
- #x : Int32 | Float32
- #x=(x : Int32 | Float32)
- #y : Int32 | Float32
- #y=(y : Int32 | Float32)
Constructor Detail
def self.new(x : Float32 | Int32, y : Float32 | Int32, size = 50, h_size = 1, v_size = 1, h_flip = false, v_flip = false, color = Color::Gray)
#