SiliconGhetto Engine API
    Preparing search index...

    Function createTileMap

    • Create a new tile map grid with the given dimensions.

      Parameters

      • width: number

        Number of tiles horizontally

      • height: number

        Number of tiles vertically

      • tileSize: number

        Size of each tile in pixels

      Returns void

      sg.createTileMap(40, 30, 16);