Class: Flora
Constant Summary collapse
- CACTUS =
"\u{1F335}"
- EVERGREEN_TREE =
"\u{1F332}"
- DECIDUOUS_TREE =
"\u{1F333}"
Constants inherited from TileItem
TileItem::DEFAULT_RENDER_PRIORITY
Instance Attribute Summary
Attributes inherited from TileItem
#colour, #id, #obj, #render_priority, #render_symbol
Instance Method Summary collapse
-
#initialize(render_symbol) ⇒ Flora
constructor
A new instance of Flora.
Methods inherited from TileItem
Constructor Details
#initialize(render_symbol) ⇒ Flora
Returns a new instance of Flora.
10 11 12 |
# File 'lib/flora.rb', line 10 def initialize(render_symbol) super self, render_symbol: render_symbol end |