StarArawn / bevy_ecs_tilemap

A tilemap rendering crate for bevy which is more ECS friendly.
MIT License
950 stars 198 forks source link

Add public labels to systems #224

Open Trouv opened 2 years ago

Trouv commented 2 years ago

bevy_ecs_ldtk has some pretty intense scheduling requirements. I would like to add some systems to run during CoreStage::PostUpdate, but before the removal_helper systems from this plugin. For now, I'll need to insert a stage before PostUpdate to accomplish this, which isn't ideal. Some public SystemLabels would be great

StarArawn commented 2 years ago

Can you add a PR for this? Ideally lets try to use labels we can export from the library module for ease of use. I should be able to get around to it next week sometime if you are unavailable.