linear track plugin
This commit is contained in:
parent
c1e53bdab0
commit
68c895ec14
6 changed files with 160 additions and 0 deletions
4
src/states/linear/components.rs
Normal file
4
src/states/linear/components.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
use bevy::prelude::*;
|
||||
|
||||
#[derive(Component)]
|
||||
pub struct LinearStateMarker;
|
||||
Loading…
Add table
Add a link
Reference in a new issue