From 6d83adee1efe7f0977df21997d85ca990a134b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 9 May 2015 11:15:34 +0200 Subject: [PATCH] Add Create Tileset plugin by @vinod8990 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ecfb74..8f773e4 100644 --- a/README.md +++ b/README.md @@ -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.