From 1222729a633aef3a8b97c3ae6b4c36f40832daa4 Mon Sep 17 00:00:00 2001 From: Calinou Date: Sun, 30 Aug 2015 10:54:17 +0200 Subject: [PATCH] Add GodotNotificationCenter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 223804e..f8a3e94 100644 --- a/README.md +++ b/README.md @@ -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.