Fixes AME controller's physics
This commit is contained in:
4
Resources/Changelog/Parts/changelog.yml
Normal file
4
Resources/Changelog/Parts/changelog.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
author: Swept
|
||||
changes:
|
||||
- type: Fix # One of the following: Add, Remove, Tweak, Fix
|
||||
message: Fixes AME controller's physics
|
||||
@@ -16,15 +16,14 @@
|
||||
!type:PhysShapeAabb
|
||||
bounds: "-0.45, -0.45, 0.45, 0.45"
|
||||
mass: 25
|
||||
layer:
|
||||
- Opaque
|
||||
- Impassable
|
||||
- VaultImpassable
|
||||
- SmallImpassable
|
||||
mask:
|
||||
- Impassable
|
||||
- VaultImpassable
|
||||
- SmallImpassable
|
||||
layer:
|
||||
- Opaque
|
||||
- MobImpassable
|
||||
- SmallImpassable
|
||||
- type: Damageable
|
||||
resistances: metallicResistances
|
||||
- type: Destructible
|
||||
@@ -72,3 +71,16 @@
|
||||
components:
|
||||
- type: Physics
|
||||
bodyType: Dynamic
|
||||
fixtures:
|
||||
- shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: "-0.45, -0.45, 0.45, 0.45"
|
||||
mass: 25
|
||||
mask:
|
||||
- Impassable
|
||||
- VaultImpassable
|
||||
- SmallImpassable
|
||||
layer:
|
||||
- Opaque
|
||||
- MobImpassable
|
||||
- SmallImpassable
|
||||
|
||||
Reference in New Issue
Block a user