Skip to content

Commit 79f7554

Browse files
authored
Merge pull request #376 from aaronfranke/plugin-demos
Update and improve plugin demos
2 parents 861f041 + 7e96ba1 commit 79f7554

27 files changed

+333
-518
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ be used with [Godot Engine](https://godotengine.org), the open source
66

77
## Important note
88

9-
- The `master` branch is compatible with the latest Godot version (currently 3.1).
10-
- Use the appropriate branch for your Godot version, such as the
11-
[`2.1`](https://github.com/godotengine/godot-demo-projects/tree/2.1) branch
9+
- The `master` branch is compatible with the latest stable Godot version (currently 3.1).
10+
- If you are using an older version of Godot, use the appropriate branch for your Godot version:
11+
12+
- [`3.0`](https://github.com/godotengine/godot-demo-projects/tree/3.0) branch
13+
for Godot 3.0.x.
14+
- [`2.1`](https://github.com/godotengine/godot-demo-projects/tree/2.1) branch
1215
for Godot 2.1.x.
1316

1417
## Useful links

plugins/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Plugin demos
2+
3+
To use these plugins, copy any of these folders to the `addons/` folder in a Godot project.
4+
5+
For example, the path would look like: `addons/custom_node`
6+
7+
Plugins can be distributed and installed from the UI. If you make a zip that contains the folder, Godot will recognize it as a plugin and will allow you to install it.
8+
9+
This can be done via the terminal: `zip -r custom_node.zip custom_node/*`

plugins/custom_dock/custom_dock.tscn

Lines changed: 0 additions & 56 deletions
This file was deleted.

plugins/custom_dock/dock_plugin.gd

Lines changed: 0 additions & 15 deletions
This file was deleted.

plugins/custom_dock/plugin.cfg

Lines changed: 0 additions & 7 deletions
This file was deleted.

plugins/custom_import_plugin/test.mtxt.import

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)