Add Camera2D Screen Shake script

This commit is contained in:
Daniel Lewan 2016-02-28 23:04:26 +01:00
parent f4e1f4bc91
commit 9be268d98f

View File

@ -62,6 +62,7 @@ For installation instructions, read [INSTALL.md](https://github.com/Calinou/awes
*Scripts that let you do new stuff, or enhance Godot functionality.*
- [Add Primitives](https://github.com/TheHX/add_primitives) - Add cylinders, spheres, cubes easily.
- [Camera2D Screen Shake](http://godotengine.org/qa/438/camera2d-screen-shake-extension) - Screen shake effect for Camera2D.
- [Create Tileset](https://github.com/vinod8990/godot_plugins) - Plugin to generate Godot tilesets based on atlas images
- [CRT Shader](https://github.com/henriquelalves/SimpleGodotCRTShader) - Godot shader that simulates CRT Displays.
- [Example Model Importer](https://github.com/TheHX/godot_examples) - A script that imports models with inverted normals (proof of concept).