Files
godot-demo-projects/2d
A Thousand Ships 82913393a8 Improve code style (#1021)
* Remove unnecessary use of `self`
* Connect to signals directly over `connect("name")`
* Use `call_deferred` on callables over `call_deferred("name"))`
* Emit signals directly over `emit_signal("name"...)`
2024-03-25 17:06:52 +01:00
..
2024-03-25 17:06:52 +01:00

2D Demos

These demos are all 2D, but otherwise do not have a common theme.

Languages: Most have GDScript, some have GDSL

Renderers: 4 of them are GLES 3, but most are GLES 2