give monoliths and satellite a mesh collider
This commit is contained in:
parent
5be2c78173
commit
c57a4a13f8
|
@ -276,7 +276,7 @@ actor -200 -110 1000 satellite
|
|||
wants maxrotation 0
|
||||
wants maxvelocity 0
|
||||
thrust 0.05 0.05 0.05 30 1
|
||||
collider capsule 7.5 1
|
||||
collider mesh
|
||||
rotationy 0.5
|
||||
angularmomentum 0 0 0
|
||||
density 0.01
|
||||
|
@ -290,6 +290,7 @@ actor 1000 20 300 monolith
|
|||
wants maxrotation 0.01
|
||||
angularmomentum 0.0 0.0 0.01
|
||||
thrust 0 0 0 30 1
|
||||
collider mesh
|
||||
|
||||
actor 10000 2000 -3500 monolith
|
||||
name "Mysterious Monolith 2"
|
||||
|
@ -300,6 +301,7 @@ actor 10000 2000 -3500 monolith
|
|||
wants maxrotation 0.01
|
||||
angularmomentum 0.0 0.0 0.01
|
||||
thrust 0 0 0 30 1
|
||||
collider mesh
|
||||
|
||||
actor -8000 -1000 -100 monolith
|
||||
name "Mysterious Monolith 3"
|
||||
|
@ -310,6 +312,7 @@ actor -8000 -1000 -100 monolith
|
|||
wants maxrotation 0.01
|
||||
angularmomentum 0.0 0.0 0.01
|
||||
thrust 0 0 0 30 1
|
||||
collider mesh
|
||||
|
||||
actor -3300 10 0 pizzeria
|
||||
name "Pizzeria Asteroid"
|
||||
|
|
Loading…
Reference in a new issue