io.indigoengine.roguelike.starterkit.terminal
Type members
Classlikes
final case class TerminalEntity(tileSheet: AssetName, gridSize: Size, charSize: Size, mask: RGBA, map: Batch[MapTile], position: Point, depth: Depth, maxTileCount: Int) extends EntityNode[TerminalEntity]
- Companion:
- object
final case class TerminalText(tileMap: AssetName, foreground: RGB, background: RGBA, mask: RGBA, shaderId: Option[ShaderId]) extends Material
- Companion:
- object