SiliconGhetto Engine API
    Preparing search index...

    Function setTile

    • Set the type of a tile at the given grid position.

      Parameters

      • x: number

        Tile X index

      • y: number

        Tile Y index

      • type: number

        Tile type ID (0 = empty, nonzero = solid)

      Returns void