clik-engine API
    Preparing search index...

    Interface TilemapConfig

    interface TilemapConfig {
        key: string;
        tilesets: Record<string, string>;
    }
    Index

    Properties

    Properties

    key: string

    Key used in AssetManifest for the Tiled JSON

    tilesets: Record<string, string>

    Map of tileset name (in Tiled) → texture key (in Phaser)