Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Tile

A game tile.

Hierarchy

  • Tile

Index

Properties

id

id: string

The name of the tile.

Optional maxDamage

maxDamage: number

The maximum amount of damage this tile can cause.

Optional minDamage

minDamage: number

The minimum amount of damage this tile can cause.

noWalk

noWalk: boolean

Whether or not this tile can be walked on.

sink

sink: boolean

Whether or not the player will sink when standing on this tile.

speed

speed: number

The speed multiplier of this tile.

type

type: number

The tile's type.

Generated using TypeDoc