MapTile

io.indigoengine.roguelike.starterkit.terminal.MapTile
See theMapTile companion object
final case class MapTile(char: Tile, foreground: RGBA, background: RGBA)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withBackgroundColor(newColor: RGBA): MapTile
def withChar(newChar: Tile): MapTile
def withForegroundColor(newColor: RGBA): MapTile

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product