Skip to content

Commit

Permalink
filing collision + outline fix (#8122)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmoGarbage404 authored May 12, 2022
1 parent 35f97ac commit 5f7bdbc
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@
interfaces:
- key: enum.StorageUiKey.Key
type: StorageBoundUserInterface
- type: Transform
noRot: true
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeAabb
bounds: "-0.18,-0.48,0.18,0.48"
mass: 70
mask:
- MachineMask
layer:
- MachineLayer
- type: InteractionOutline

- type: entity
name: tall cabinet
Expand Down Expand Up @@ -64,3 +77,16 @@
interfaces:
- key: enum.StorageUiKey.Key
type: StorageBoundUserInterface
- type: Transform
noRot: true
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeAabb
bounds: "-0.22,-0.42,0.22,0.34"
mass: 70
mask:
- MachineMask
layer:
- MachineLayer
- type: InteractionOutline

0 comments on commit 5f7bdbc

Please sign in to comment.