add huge communications satellite
This commit is contained in:
parent
c38b1288fd
commit
beb241e9d6
3 changed files with 9 additions and 0 deletions
BIN
assets/models/satellite.glb
Normal file
BIN
assets/models/satellite.glb
Normal file
Binary file not shown.
|
@ -87,6 +87,14 @@ actor 3000 0 0 moonlet
|
|||
mass 10000000
|
||||
angularmomentum 0 0.15 0
|
||||
|
||||
actor -200 -110 1000 satellite
|
||||
relativeto player
|
||||
scale 40
|
||||
collider capsule 7.5 1
|
||||
rotationy 0.5
|
||||
angularmomentum 0 0 0
|
||||
mass 10
|
||||
|
||||
actor 1000 20 300 monolith
|
||||
relativeto player
|
||||
scale 2
|
||||
|
|
|
@ -30,6 +30,7 @@ pub fn asset_name_to_path(name: &str) -> &'static str {
|
|||
"monolith" => "models/monolith_neon.glb#Scene0",
|
||||
"lightorb" => "models/lightorb.glb#Scene0",
|
||||
"MeteorAceGT" => "models/MeteorAceGT.glb#Scene0",
|
||||
"satellite" => "models/satellite.glb#Scene0",
|
||||
"pizzeria" => "models/pizzeria2.glb#Scene0",
|
||||
"pizzasign" => "models/pizzasign.glb#Scene0",
|
||||
_ => "models/error.glb#Scene0",
|
||||
|
|
Loading…
Add table
Reference in a new issue