You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2021. It is now read-only.
angrykoala edited this page Mar 17, 2021
·
1 revision
Entity: A complex concept of the game to be used/composed as part of a scene. A entity has a single scene as entry point and is connected to its parent scenes through a public interface (methods) and public signals
Component: TBD A scene that can be attached to certain nodes and will modify its behavior.