Crate elementalist
source ·Expand description
Elementalist
A rogue-lite game where you play as an elementalist.
Modules
- app_info 🔒
- camera 🔒
- events 🔒
- in_game 🔒Plugin and control flow for starting/loading the game.
- player 🔒Player module. Contains all the player related code.
- Resources are stored here for easy access via
crate::resources::ResourceName
. Systems for the resources may be here or in the specific system that needs them. - Settings Menu
- spells 🔒
Structs
- Debug plugin loader.
- Elementalist defaults for the “insert this resource” type of thing.
- Gameplay plugins.
- Test environment stuff
Functions
- Despawn all entities with the given tag (component)
- main 🔒
- Spawn some trees as a test