Files
godot-demo-projects/misc
Aaron Benjamin e375d5aa49 Change Icon header ordering
Just following the rules! Moved up the icon statements above the other includes. This got rid of errors preventing plugin from loading.

There's still a race condition when the plugin starts up. It's looking for an editor interface child that hasn't been loaded yet. May want to use _ready to define some behavior before _enter_tree is used.
2023-03-12 19:03:58 -04:00
..
2023-03-12 19:03:58 -04:00
2023-01-31 14:46:09 +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