# Dual- & Standard Grid

<figure><img src="/files/WpkBQHPs1Kv8q3mYtfmE" alt=""><figcaption></figcaption></figure>

## Dual Grid

TileWorldCreator supports the creation of tilemaps using the dual grid workflow.\
This has been brought popular mainly by [Oskar Stålberg](https://x.com/OskSta) - Developer of Bad North and Townscapper. <https://x.com/OskSta/status/1448248658865049605?lang=de>

Dual Grid offsets the standard grid by half a cell, causing instantiated tiles to be placed with a slight offset. This approach significantly simplifies tile organization, requiring only five tile types. Artistically, it also provides more "space," allowing tiles to be fully round or more visually distinct.

<div align="left"><figure><img src="/files/wdBO2fzyJuL9N6nWf4UL" alt="" width="452"><figcaption></figcaption></figure></div>

This approach reduces required tiles from 14 to 5!

<div align="left"><figure><img src="/files/ZQlRu5ZC2hXUtKWo7c4E" alt="" width="398"><figcaption></figcaption></figure></div>

* Fill
* Edge
* Corner
* Interior Corner
* Merged Corner

## Standard Grid

In some cases, you may prefer to use the standard grid with 14 tiles. To do this, simply uncheck the <mark style="background-color:green;">**Use Dual Grid**</mark> option in the Build Layer and assign a Tile Preset with the <mark style="background-color:green;">**Standard Grid**</mark> type selected.\
The standard grid can still be ideal for things like road tiles or if you already have tilesets with 14 or more tile meshes/prefabs.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://giantgrey.gitbook.io/tileworldcreator-v4-documentation/dual-and-standard-grid.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
