#godot #demo #demos #quickstart #projects

Aaron Franke dda0bd7e20 Update other 2D demos for Godot 3.2 преди 5 години
.github 3bf7046184 FUNDING, issue template files, and update gitignore преди 6 години
2d dda0bd7e20 Update other 2D demos for Godot 3.2 преди 5 години
3d ac179c6745 Merge pull request #382 from TwistedTwigleg/Godot_3_2_IK_Fix преди 5 години
audio a45b84a5ad Handle multiple resolutions in most demos преди 5 години
gui a76d9471f4 Add a simplified version of input remapping преди 5 години
loading 463da9948f Update and improve background load demo преди 5 години
misc da374bccda Tweak 3D settings in various demos преди 5 години
mono 4f5f0ec1a9 Update all Pong demos to Godot 3.1.2 and conform to style guides преди 5 години
networking 4f5f0ec1a9 Update all Pong demos to Godot 3.1.2 and conform to style guides преди 5 години
plugins 7e96ba1a6a Update plugin demos преди 5 години
viewport da374bccda Tweak 3D settings in various demos преди 5 години
visual_script da157f6d0e Update VisualScript demos for Godot 3.2 преди 5 години
.gitignore 3bf7046184 FUNDING, issue template files, and update gitignore преди 6 години
LICENSE.md 827d67b2ab Update README and LICENSE преди 5 години
README.md 827d67b2ab Update README and LICENSE преди 5 години

README.md

Godot demo projects

Each folder containing a project.godot file is a demo project meant to be used with Godot Engine, the open source 2D and 3D game engine.

Godot versions

  • The master branch is compatible with the latest stable Godot version (currently 3.2).
  • If you are using an older version of Godot, use the appropriate branch for your Godot version:

    • 3.1 branch for Godot 3.1.x.
    • 3.0 branch for Godot 3.0.x.
    • 2.1 branch for Godot 2.1.x.

Useful links

License

Those demos are distributed under the terms of the MIT license, as described in the LICENSE.md file.