rename Racer to Cruiser

This commit is contained in:
yuni 2024-05-08 05:50:35 +02:00
parent 77bc975a6a
commit d44d171a1c
5 changed files with 4 additions and 4 deletions

View file

@ -90,7 +90,7 @@
- I'm here mostly for the view and the peace. - I'm here mostly for the view and the peace.
- Just look at Jupiter, it's mesmerizing, isn't it? - Just look at Jupiter, it's mesmerizing, isn't it?
- So far away from everything, nobody expects anything from you. - So far away from everything, nobody expects anything from you.
- If you want, you can take my sports racer for a ride. It's right over there. - If you want, you can take my sports cruiser for a ride. It's right over there.
- It rides like a punch in the face, don't hurt yourself, ok? - It rides like a punch in the face, don't hurt yourself, ok?
- You're too kind!: - You're too kind!:
- Ah, don't mention it! - Ah, don't mention it!

View file

@ -278,8 +278,8 @@ actor 0 593051 0 suitv2
rotationy 135 rotationy 135
engine monopropellant engine monopropellant
actor 10 -30 20 Racer actor 10 -30 20 cruiser
name "Racer" name "Cruiser"
relativeto player relativeto player
scale 5 scale 5
vehicle yes vehicle yes

View file

@ -37,7 +37,7 @@ pub fn asset_name_to_path(name: &str) -> &'static str {
"orb_busstop_dim" => "models/orb_busstop_dim.glb#Scene0", "orb_busstop_dim" => "models/orb_busstop_dim.glb#Scene0",
"crate" => "models/crate.glb#Scene0", "crate" => "models/crate.glb#Scene0",
"MeteorAceGT" => "models/MeteorAceGT.glb#Scene0", "MeteorAceGT" => "models/MeteorAceGT.glb#Scene0",
"Racer" => "models/racer.glb#Scene0", "cruiser" => "models/cruiser.glb#Scene0",
"satellite" => "models/satellite.glb#Scene0", "satellite" => "models/satellite.glb#Scene0",
"pizzeria" => "models/pizzeria2.glb#Scene0", "pizzeria" => "models/pizzeria2.glb#Scene0",
"pizzasign" => "models/pizzasign.glb#Scene0", "pizzasign" => "models/pizzasign.glb#Scene0",