Fix AME (#3579)
Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
@@ -11,15 +11,18 @@
|
|||||||
sprite: Constructible/Power/ame_controller.rsi
|
sprite: Constructible/Power/ame_controller.rsi
|
||||||
state: control
|
state: control
|
||||||
- type: Physics
|
- type: Physics
|
||||||
# Mass of 1? Unmovable. Mass of 25? Fine. What on earth is going on?
|
|
||||||
mass: 25
|
mass: 25
|
||||||
fixtures:
|
fixtures:
|
||||||
- shape:
|
- shape:
|
||||||
!type:PhysShapeAabb {}
|
!type:PhysShapeAabb
|
||||||
|
bounds: "-0.45, -0.45, 0.45, 0.45"
|
||||||
layer:
|
layer:
|
||||||
- Opaque
|
- Opaque
|
||||||
- Impassable
|
- Impassable
|
||||||
- MobImpassable
|
- VaultImpassable
|
||||||
|
- SmallImpassable
|
||||||
|
mask:
|
||||||
|
- Impassable
|
||||||
- VaultImpassable
|
- VaultImpassable
|
||||||
- SmallImpassable
|
- SmallImpassable
|
||||||
- type: Damageable
|
- type: Damageable
|
||||||
|
|||||||
Reference in New Issue
Block a user