amethyst / evoli

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

Generic prefab loading from prefab folder #57

Closed sunreef closed 5 years ago

sunreef commented 5 years ago

Added generic prefab loading from prefab folder. Prefabs are now stored with the name of the entity in a HashMap.

Spawn events have been changed to use a String instead of an enum to determine which creature to spawn.