diff --git a/src/cmd.rs b/src/cmd.rs index ca17b55..f075274 100644 --- a/src/cmd.rs +++ b/src/cmd.rs @@ -776,8 +776,8 @@ fn spawn_scenes( "cruiser" => { state.model = Some("cruiser".to_string()); - // command: name Cruiser - state.name = Some("Cruiser".to_string()); + // command: name "Midnight Cruiser" + state.name = Some("Midnight Cruiser".to_string()); // command: scale 5 state.model_scale = 5.0;