add AutoTileLayer plugin

This commit is contained in:
Daniel Lewan 2016-06-19 12:24:34 +02:00
parent bea0d6754f
commit e8b2eaf5db

View File

@ -70,6 +70,7 @@ For installation instructions, read [INSTALL.md](https://github.com/Calinou/awes
- [Add Primitives](https://github.com/TheHX/add_primitives) - Add cylinders, spheres, cubes easily.
- [Atlas importer](https://github.com/Geequlim/godot-code/tree/master/addons/atlas_importer) - The plugin to import packed atlas from [TexturePacker](https://www.codeandweb.com/texturepacker) and [Attila](https://github.com/r-lyeh/attila)
- [Auto Tile Layer](https://github.com/leezh/autotile) - addon that allows automatic 2D tiling using RPG Maker's Autotile format
- [Camera2D Screen Shake](http://godotengine.org/qa/438/camera2d-screen-shake-extension) - Screen shake effect for Camera2D.
- [Create Tileset](https://github.com/vinod8990/godot_plugins) - Plugin to generate Godot tilesets based on atlas images
- [CRT Shader](https://github.com/henriquelalves/SimpleGodotCRTShader) - Godot shader that simulates CRT Displays.