mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
The '$AnimatedSprite2D.play()' is called at the beginning in the '_ready' function, when it should actually be called at the end, after selecting the animation.
2D Demos
These demos are all 2D, but otherwise do not have a common theme.
Languages: Most have GDScript, some have Godot shader language
Renderers: Glow for 2D and Physics Platformer use Forward+, 2D Particles uses Mobile, and the rest use Compatibility