linear track plugin

This commit is contained in:
nquidox 2026-04-15 23:02:14 +03:00
parent c1e53bdab0
commit 68c895ec14
6 changed files with 160 additions and 0 deletions

View file

@ -0,0 +1,4 @@
use bevy::prelude::*;
#[derive(Component)]
pub struct LinearStateMarker;