Files
godot-demo-projects/misc
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

Miscellaneous Demos

These demos don't fit into any other category, so they go into this folder.

Languages: All have GDScript, OpenSimplexNoise has GDSL, OS test has some C#

Renderers: All are GLES 2