rename Cruiser to Midnight Cruiser

This commit is contained in:
yuni 2024-11-05 01:19:18 +01:00
parent d507650cd1
commit 40e5674821

View file

@ -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;