Add Tileset Builder, sort by alphabetical order

This commit is contained in:
Calinou 2015-04-12 19:43:50 +02:00
parent 092b6de279
commit c167485c44
2 changed files with 14 additions and 13 deletions

View File

@ -6,5 +6,6 @@ Contributing to the list
* Projects must have a [free/libre](https://gnu.org/licenses/license-list.html) license. If they lack a license, get to the original maintainer and ask them to add a license. * Projects must have a [free/libre](https://gnu.org/licenses/license-list.html) license. If they lack a license, get to the original maintainer and ask them to add a license.
* The scripts, add-ons or plugins must be useful in a project. * The scripts, add-ons or plugins must be useful in a project.
* Follow the existing style. * Follow the existing style.
* Sort in alphabetical order.
If you do not know how to use pull requests, you can also create an issue. If you do not know how to use pull requests, you can also create an issue.

View File

@ -3,45 +3,45 @@ Awesome Godot
A curated list of free/libre plugins, add-ons and scripts for [Godot](http://godotengine.org). A curated list of free/libre plugins, add-ons and scripts for [Godot](http://godotengine.org).
Want to contribute to this list? Read [CONTRIBUTING.md](https://github.com/Calinou/awesome-godot/blob/master/CONTRIBUTING.md). Want to contribute to this list? Read [CONTRIBUTING.md](https://github.com/Calinou/awesome-godot/blob/master/CONTRIBUTING.md) first.
Plugins Plugins
------- -------
* https://github.com/vinod8990/godot_plugins * **Resolution Switcher:** https://github.com/vinod8990/godot_plugins
* Contains **Resolution Switcher**.
Scripts Scripts
------- -------
* **Heightmap:** https://gist.github.com/Calinou/e771fcbc26a87b807f7f
* **Add Primitives:** https://github.com/TheHX/add_primitives * **Add Primitives:** https://github.com/TheHX/add_primitives
* **Tiled Importer:** https://github.com/MrGreenTea/GodotTiledImporter * **Heightmap:** https://gist.github.com/Calinou/e771fcbc26a87b807f7f
* **Polygon Merge:** https://github.com/ScyDev/Godot-Scripts * **Polygon Merge:** https://github.com/ScyDev/Godot-Scripts
* **Tiled Importer:** https://github.com/MrGreenTea/GodotTiledImporter
* **Tileset Builder:** https://gist.github.com/Calinou/27e979ab0a35500c3381
GDScript syntax highlighting support GDScript syntax highlighting support
--------------------------- ---------------------------
* **Atom:** https://github.com/jlopezcur/language-gdscript
* Not present on atom.io, install it manually.
* **Geany:** https://github.com/haimat/GDScript-Geany * **Geany:** https://github.com/haimat/GDScript-Geany
* **Gedit:** https://github.com/haimat/GDScript-gedit * **Gedit:** https://github.com/haimat/GDScript-gedit
* **Atom:** https://github.com/jlopezcur/language-gdscript * **Sublime Text:** https://github.com/beefsack/GDScript-sublime
* Not present on atom.io, install it manually.
* **Vim:** https://github.com/quabug/vim-gdscript * **Vim:** https://github.com/quabug/vim-gdscript
* **Sublime Text:** https://github.com/beefsack/GDScript-sublime
Other Other
----- -----
* **update-git.sh:** https://gist.github.com/Calinou/93938dc92484bc5e89f0
* Updates all Git repositories contained in a directory.
* **godot-wrapper:** https://github.com/nsrosenqvist/godot-wrapper.git * **godot-wrapper:** https://github.com/nsrosenqvist/godot-wrapper.git
* Script that helps Debian and Ubuntu users install and use Godot. * Script that helps Debian and Ubuntu users install and use Godot.
* **update-git.sh:** https://gist.github.com/Calinou/93938dc92484bc5e89f0
* Updates all Git repositories contained in a directory.