GodotECS / godex

Godex is a Godot Engine ECS library.
MIT License
1.23k stars 68 forks source link

Completed System dependency registration and more. #179

Closed AndreaCatania closed 3 years ago

AndreaCatania commented 3 years ago

Completed System dependency registration.

Improve script registration by delaying the registration. Now the syntax can be safely used anywhere.