This commit is contained in:
2026-05-17 11:28:40 +02:00
commit daa66d5b54
195 changed files with 9284 additions and 0 deletions

29
addons/ez_tiles/README.md Normal file
View File

@@ -0,0 +1,29 @@
# EZ Tiles plugin for Godot 4.3
This plugin attempts to make it easy to start drawing terrains with tilesheets via a basic Tileset importer and TileMapLayer nodes.
For a complete showcase, please take a look at these youtube explainers.
## Basic introduction to EZ Tiles
[![link to explainer](https://raw.githubusercontent.com/Teaching-myself-Godot/ez-tiles/refs/tags/1.0.3/yt-thumnail-2.jpg)](https://youtu.be/cvx-chwh1Ds)
## Top down RPG tiles with EZ Tiles
[![link to RPG tiles example](https://raw.githubusercontent.com/Teaching-myself-Godot/ez-tiles/refs/tags/1.0.3/yt-thumnail-1.jpg)](https://youtu.be/gBNtqvF5T_Y)
## Importer Features
- importing tilesheets in a preset format to automatically generate connected terrains (4 sides)
![example of template](https://raw.githubusercontent.com/Teaching-myself-Godot/ez-tiles/refs/tags/1.0.0/template_32x32.png)
- a couple of preset collision polygons to use with these templates
- generation of a navigation layer
## Drawing Features
- Square and circle brush
- Draggable area draw
- Stamps (fast copy/paste)
- Several modes of terrain-connecting