mirror of
https://github.com/Relintai/awesome-godot.git
synced 2024-11-12 19:27:18 +01:00
Add installation instructions, merge plugins and scripts into one section
This commit is contained in:
parent
c30388c34a
commit
d2379b8218
13
INSTALL.md
Normal file
13
INSTALL.md
Normal 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.
|
13
README.md
13
README.md
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user