mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-07 00:10:09 +01:00
81441c42b79e38e54c2bc38acee3205f22431738
* 2d/platformer works flawlessly on Godot 3.1 beta 8 * fix warnings for inferred node type * every script has a class_name * formatted code for better clarity * each files has its own subfolder * As suggested by @akien-mga * states are back to const instead of enum * class_name comes after extends * better code style * PascalCase for nodes
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.
Important note
- The
masterbranch is compatible with the latest Godot version (currently 3.0). - Use the appropriate branch for your Godot version, such as the
2.1branch 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.
Description
Languages
GDScript
89%
C#
9.4%
JavaScript
0.7%
GLSL
0.5%
Shell
0.2%
Other
0.2%