Added collision mask for vending machines, piano and computers (#1153)

* Added collision mask for vending machines, piano and computers

* Changed naming of "Run" to "Walk"

Fixes #844

* Revert "Changed naming of "Run" to "Walk""

This reverts commit 075083aa6250b9569e4c8ec9803f21d6736b2737.
This commit is contained in:
Vince
2020-06-19 15:12:10 +02:00
committed by GitHub
parent 5495f88583
commit d09cc01838
3 changed files with 16 additions and 0 deletions

View File

@@ -18,6 +18,10 @@
- MobImpassable
- VaultImpassable
- Opaque
mask:
- Impassable
- MobImpassable
- VaultImpassable
- type: Icon
sprite: Buildings/computer.rsi
state: computer

View File

@@ -41,6 +41,13 @@
sprite: Objects/Instruments/otherinstruments.rsi
state: piano
- type: Anchorable
- type: Collidable
shapes:
- !type:PhysShapeAabb
mask:
- Impassable
- MobImpassable
- VaultImpassable
- type: entity
name: minimoog

View File

@@ -20,6 +20,11 @@
shapes:
- !type:PhysShapeAabb
bounds: "-0.5,-0.25,0.5,0.25"
mask:
- Impassable
- MobImpassable
- VaultImpassable
- SmallImpassable
layer:
- Opaque
- Impassable