renamed bike to MeteorAceGT
This commit is contained in:
parent
c25f627a22
commit
f8d0c87664
3 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue