Update plugin demos

This commit is contained in:
Aaron Franke
2020-01-23 01:26:00 -05:00
parent 861f0418f0
commit 7e96ba1a6a
27 changed files with 333 additions and 518 deletions

View File

@@ -6,9 +6,12 @@ be used with [Godot Engine](https://godotengine.org), the open source
## Important note
- The `master` branch is compatible with the latest Godot version (currently 3.1).
- Use the appropriate branch for your Godot version, such as the
[`2.1`](https://github.com/godotengine/godot-demo-projects/tree/2.1) branch
- The `master` branch is compatible with the latest stable Godot version (currently 3.1).
- If you are using an older version of Godot, use the appropriate branch for your Godot version:
- [`3.0`](https://github.com/godotengine/godot-demo-projects/tree/3.0) branch
for Godot 3.0.x.
- [`2.1`](https://github.com/godotengine/godot-demo-projects/tree/2.1) branch
for Godot 2.1.x.
## Useful links