Interface
LevelOpt
:Options for the level component.
group
Options
tileWidth
: numberWidth of each block.
tileHeight
: numberHeight of each block.
tiles
: {}Definition of each tile.
wildcardTile
?: (sym: string, pos: Vec2) => CompList<Comp> | null | undefinedCalled when encountered a symbol not defined in "tiles".