Add Color Picker by TeddyDD

This commit is contained in:
Calinou 2015-05-09 08:58:43 +02:00
parent e3b467d6cf
commit 4ac5af97ef

View File

@ -34,6 +34,7 @@ Plugins and scripts
*Scripts that let you do new stuff, or enhance Godot functionality.*
* [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.
* [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.