This commit is contained in:
2025-07-20 16:38:28 -04:00
parent 6afc35924c
commit 9db175f066
4 changed files with 18 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ use crate::{
components::{
camera::{CameraAttachment, CameraMode, CameraPitch, MainCamera},
player::PlayerDrag,
tags::{Player, Ship},
tags::Player,
},
plugins::{state_management::StateManagementPlugin, *},
states::play::PlayStartupSystems,
@@ -104,6 +104,7 @@ fn setup_scene(
));
}
#[allow(dead_code)]
fn spawn_ship(
mut commands: Commands,
mut meshes: ResMut<Assets<Mesh>>,