abstract class Looper::Tile
- Looper::Tile
- Reference
- Object
Direct Known Subclasses
Defined in:
looper/tile.crConstant Summary
-
SIZE =
32
Constructors
Instance Method Summary
- #color : Color
- #color=(color : Color)
- #draw
- #size : Int32
- #size=(size : Int32)
- #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 : Int32 = SIZE, color : Color = Color::Gray)
#