Add GodotNotificationCenter

This commit is contained in:
Calinou 2015-08-30 10:54:17 +02:00
parent 9b43da9c64
commit 1222729a63

View File

@ -55,6 +55,7 @@ Nothing for now.
- [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).
- [GodotNotificationCenter](https://github.com/didier-v/GodotNotificationCenter) - A notification center for Godot.
- [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.
- [Input states](http://pastebin.com/LuSg4wY2) - Input states for Godot.