#godot #demo #demos #quickstart #projects

Aaron Franke 1aaa8e1fc6 Replace Collada .dae file with a Blend file преди 4 години
.github 2259303ee7 Check for updates to GitHub Actions every weekday преди 5 години
2d 1aaa8e1fc6 Replace Collada .dae file with a Blend file преди 4 години
3d 1aaa8e1fc6 Replace Collada .dae file with a Blend file преди 4 години
audio 918a289ee2 Format files using updated file_format.sh преди 5 години
gui 0d1f16d073 Remove panel nodes that don't have panels преди 5 години
loading 918a289ee2 Format files using updated file_format.sh преди 5 години
misc ebc79dec04 Update C# project files in C# demos for Godot 3.2.3 преди 5 години
mobile 918a289ee2 Format files using updated file_format.sh преди 5 години
mono 159adfd421 Add trailing commas to enums преди 4 години
networking 3f8567f920 Created C# networked Pong преди 4 години
plugins 918a289ee2 Format files using updated file_format.sh преди 5 години
viewport 918a289ee2 Format files using updated file_format.sh преди 5 години
visual_script 3f8567f920 Created C# networked Pong преди 4 години
.editorconfig dd11042d95 fix Dodge the Creeps преди 5 години
.gitattributes fe9fd7d7e4 Update gitignore for 4.x and add gitattributes преди 5 години
.gitignore fe9fd7d7e4 Update gitignore for 4.x and add gitattributes преди 5 години
LICENSE.md 35d44b5d85 Remove trailing space characters in the formatting script преди 5 години
README.md abe1b0f367 Add instructions on importing all projects at once in the README преди 5 години
file_format.sh fe9fd7d7e4 Update gitignore for 4.x and add gitattributes преди 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.

Importing all demos

To import all demos at once in the project manager:

  • Clone this repository or download a ZIP archive.
    • If you've downloaded a ZIP archive, extract it somewhere.
  • Open the Godot project manager and click the Scan button on the right.
  • Choose the path to the folder containing all demos.
  • All demos should now appear in the project manager.

Useful links

License

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