Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,36 @@ And GameMaker Studio 2 Auto Tile tilesets:
The intended bitmask for the godot output is the following:

![godot minimal bitmask](etc/out%20bitmask.png)


## Modes

The seven algorithms take these kinds of inputs, in terms of autotile bitmasks:

### basic

![bitmask](etc/2x1%20bitmask.png)

### basic_border

![bitmask](etc/2x1%20bitmask.png)

### 3x3

![bitmask](etc/3x3%20bitmask.png)

### 3x3plus

![bitmask](etc/3x3plus%20bitmask.png)

### 4x4

![bitmask](etc/4x4%20bitmask.png)

### 4x4plus

![bitmask](etc/4x4plus%20bitmask.png)

### minitiles

![bitmask](etc/5x1%20bitmask.png)
Binary file added etc/2x1 bitmask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added etc/3x3 bitmask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added etc/3x3plus bitmask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added etc/4x4 bitmask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added etc/4x4plus bitmask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added etc/5x1 bitmask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.