class Escapist::MiniMap
- Escapist::MiniMap
- Reference
- Object
Defined in:
escapist/mini_map.crConstant Summary
-
BorderOutlineColor =
SF::Color.new(153, 153, 153)
-
BorderOutlineThickness =
2
-
CellColor =
SF::Color.new(51, 51, 51, 51)
-
CellInColor =
SF::Color.new(51, 51, 51, 153)
-
CellOutlineColor =
SF::Color.new(153, 153, 153, 51)
-
CellOutlineThickness =
2
-
CellSize =
48
-
Margin =
32
Constructors
Instance Method Summary
- #draw(window : SF::RenderWindow)
- #draw_border(window)
- #draw_grid(window)
- #draw_room(window, row_index, col_index, room, is_player_in = false)
- #grid(*args, **options)
- #grid(*args, **options, &)
- #height
- #rooms(*args, **options)
- #rooms(*args, **options, &)
- #width
- #x
- #y
Constructor Detail
def self.new(tr_x : Int32, tr_y : Int32, floor_data : Escapist::FloorData, floor : Escapist::Floor)
#