Remove Rotation component, update usage sites

This commit is contained in:
2025-08-09 16:04:12 -05:00
parent 939ffc70a1
commit e841facf73
4 changed files with 13 additions and 17 deletions

View File

@@ -11,9 +11,6 @@ pub(crate) struct Velocity(pub(crate) bevy::math::Vec2);
#[derive(Component)]
pub(crate) struct AngularVelocity(pub(crate) f32);
#[derive(Component)]
pub(crate) struct Rotation(pub(crate) f32);
/// Marker for any entity that should wrap on screen edges
#[derive(Component)]
pub(crate) struct Wrapping;