class GeoWars::MapCell
- GeoWars::MapCell
- Reference
- Object
Defined in:
geo_wars/map_cell.crConstant Summary
-
BORDER_COLOR =
LibRay::DARKGRAY
-
BORDER_INSET_SIZE =
0
Constructors
Class Method Summary
Instance Method Summary
- #clear_unit
- #draw(viewport)
- #serialize
- #terrain : Terrain
- #terrain=(terrain : Terrain)
- #unit : Units::Unit | Nil
- #unit=(unit : Units::Unit | Nil)
- #unit?
- #update
- #x : Int32
- #y : Int32