mirror of
https://github.com/kaosat-dev/Blender_bevy_components_workflow.git
synced 2024-11-22 03:50:52 +00:00
269a211e1e
* restrict main_menu system to only run in AppState::MenuRunning * this is desired because hitting enter once we transition to AppState::AppRunning pressing enter will still trigger keycode.just_pressed in main_menu and set state to AppState::AppLoading and crash the game when it tries to create another scene, camera, etc... |
||
---|---|---|
.. | ||
bevy_gltf_blueprints | ||
bevy_gltf_components/basic | ||
README.md |
Examples
This folder contains numerous examples showing how to use both bevy_gltf_components and bevy_gltf_blueprints. Each example is its own crate so its dependencies are specific & clear.