rename Cruiser to Midnight Cruiser
This commit is contained in:
parent
d507650cd1
commit
40e5674821
|
@ -776,8 +776,8 @@ fn spawn_scenes(
|
||||||
"cruiser" => {
|
"cruiser" => {
|
||||||
state.model = Some("cruiser".to_string());
|
state.model = Some("cruiser".to_string());
|
||||||
|
|
||||||
// command: name Cruiser
|
// command: name "Midnight Cruiser"
|
||||||
state.name = Some("Cruiser".to_string());
|
state.name = Some("Midnight Cruiser".to_string());
|
||||||
|
|
||||||
// command: scale 5
|
// command: scale 5
|
||||||
state.model_scale = 5.0;
|
state.model_scale = 5.0;
|
||||||
|
|
Loading…
Reference in a new issue