amethyst / evoli

An ecosystem-simulation game made with Amethyst
https://community.amethyst.rs/t/evoli-introduction/770
Other
217 stars 33 forks source link

Add dynamic factions & remove plant/herbivore/carnivore tags #56

Closed marotili closed 5 years ago

marotili commented 5 years ago

Dynamic factions allow us to specify gameplay behaviour using data and allow us to be more flexible. It is not possible to reference entities in prefabs, so we are using the Named component and a custom PrefabData implementation