Fixed computers and vending machines collision (#350)
* Fixed computers and vending machines collision * Also fixed mapped entities
This commit is contained in:
committed by
Pieter-Jan Briers
parent
892d0ee162
commit
de141c49c5
@@ -6,7 +6,9 @@
|
||||
- type: Collidable
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
layer: 8
|
||||
bounds: "-0.5,-0.25,0.5,0.25"
|
||||
mask: 19
|
||||
layer: 16
|
||||
- type: Icon
|
||||
sprite: Buildings/computer.rsi
|
||||
state: computer
|
||||
|
||||
@@ -16,7 +16,9 @@
|
||||
- type: Collidable
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
layer: 8
|
||||
bounds: "-0.5,-0.25,0.5,0.25"
|
||||
mask: 19
|
||||
layer: 16
|
||||
- type: SnapGrid
|
||||
offset: Center
|
||||
- type: Damageable
|
||||
|
||||
Reference in New Issue
Block a user