Skip to content
This repository was archived by the owner on Oct 10, 2021. It is now read-only.

Software Concepts

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.

Clone this wiki locally