Add installation instructions, merge plugins and scripts into one section

This commit is contained in:
Calinou 2015-04-13 12:03:05 +02:00
parent c30388c34a
commit d2379b8218
2 changed files with 59 additions and 43 deletions

13
INSTALL.md Normal file
View File

@ -0,0 +1,13 @@
How to install plugins
======================
Paths
-----
GNU/Linux: `~/.godot/plugins`
Windows: `%APPDATA%/Godot/plugins`
Enabling
--------
Go to Editor settings, then make sure the plugin is enabled. You might need to restart Godot after enabling it.

View File

@ -5,21 +5,24 @@ A curated list of free/libre plugins, add-ons and scripts for [Godot](http://god
Want to contribute to this list? Read [CONTRIBUTING.md](https://github.com/Calinou/awesome-godot/blob/master/CONTRIBUTING.md) first.
Plugins
For installation instructions, read [INSTALL.md](https://github.com/Calinou/awesome-godot/blob/master/INSTALL.md).
Modules
-------
*Stuff integrated into Godot core more or less.*
*Stuff integrated into Godot core (C++).*
* [Resolution Switcher](https://github.com/vinod8990/godot_plugins) - Switch resolutions easily, for testing.
Nothing for now.
Scripts
-------
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.
* [Heightmap](https://gist.github.com/Calinou/e771fcbc26a87b807f7f) - Make an heightmap into terrain.
* [Polygon Merge](https://github.com/ScyDev/Godot-Scripts) - Merge polygons.
* [Resolution Switcher](https://github.com/vinod8990/godot_plugins) - Switch resolutions easily, for testing.
* [Tiled importer](https://github.com/MrGreenTea/GodotTiledImporter) - Import maps from [Tiled](http://mapeditor.org).
* [Tileset Builder](https://gist.github.com/Calinou/27e979ab0a35500c3381) - Build tilesets.