Blender_bevy_components_wor.../examples/blueprints/README.md

15 lines
203 B
Markdown

# Blueprints example
Example of blueprints :
- how to use them to spawn levels
- how to use them to spawn dynamic entities
## Running this example
```
cargo run --features bevy/dynamic_linking
```