Add Create Tileset plugin by @vinod8990

This commit is contained in:
Rémi Verschelde 2015-05-09 11:15:34 +02:00
parent 4ac5af97ef
commit 6d83adee1e

View File

@ -35,6 +35,7 @@ Plugins and scripts
* [Add Primitives](https://github.com/TheHX/add_primitives) - Add cylinders, spheres, cubes easily.
* [Color Picker](https://github.com/TeddyDD/godot-ColorPicker) - A color picker integrated into Godot.
* [Create Tileset](https://github.com/vinod8990/godot_plugins) - Plugin to generate Godot tilesets based on atlas images
* [Example Model Importer](https://github.com/TheHX/godot_examples) - A script that imports models with inverted normals (proof of concept).
* [GUT](https://bitbucket.org/bitwes/gut/overview) - Utility for writing unit tests in GDScript.
* [Heightmap](https://gist.github.com/TheHX/94a83dea1a0f932d5805) - Make an heightmap into terrain.