Components
Components contain data for entities or act as tags. You have to create you own components by inheriting from the abstract Scar::Component
or use the builtin ones.
There are numerous builtin components such as sprite. You can find them in the 'Builtin Components' chapter of this book.
Last updated