rename Cruiser to Midnight Cruiser
This commit is contained in:
parent
d507650cd1
commit
40e5674821
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue