Movable containment field generators (#4910)
This commit is contained in:
@@ -11,8 +11,12 @@
|
|||||||
bodyType: Static
|
bodyType: Static
|
||||||
fixtures:
|
fixtures:
|
||||||
- shape:
|
- shape:
|
||||||
!type:PhysShapeAabb
|
# Using a circle here makes it a lot easier to pull it all the way from Cargo
|
||||||
bounds: "-0.5,-0.5,0.5,0.5"
|
# However keep in mind that this will affect singulo collision as well,
|
||||||
|
# when people inevitably physicsify that,
|
||||||
|
# so it can't just be 0.1 or something
|
||||||
|
!type:PhysShapeCircle
|
||||||
|
radius: 0.45
|
||||||
mass: 25
|
mass: 25
|
||||||
layer:
|
layer:
|
||||||
- Impassable
|
- Impassable
|
||||||
|
|||||||
Reference in New Issue
Block a user