renamed bike to MeteorAceGT

This commit is contained in:
yuni 2024-03-28 17:25:35 +01:00
parent c25f627a22
commit f8d0c87664
3 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ actor 3650 230 5000 asteroid1
rotationy 0.65
angularmomentum 0 0 0
actor 10 -30 20 bike
actor 10 -30 20 MeteorAceGT
scale 5
vehicle yes
thrust 70 13.7 9.4 0.5

View file

@ -26,7 +26,7 @@ fn asset_name_to_path(name: &str) -> &'static str {
"asteroid1" => ASSET_ASTEROID1,
"asteroid2" => ASSET_ASTEROID2,
"moonlet" => "models/moonlet.glb#Scene0",
"bike" => "models/bike.glb#Scene0",
"MeteorAceGT" => "models/MeteorAceGT.glb#Scene0",
"pizzeria" => "models/pizzeria2.glb#Scene0",
"pizzasign" => "models/pizzasign.glb#Scene0",
_ => "models/error.glb#Scene0",