This repository contains information on using Terasology's Entity Component System (ECS). The module contains code for 3 example entities, SayEntity
, DisplayEntity
, and BothEntity
. Each one can be spawned using the spawnPrefab
command in game. In order to trigger the behaviors of each entity, activate it using E
. For more information, see the wiki.
See also: