fixes ghosts not having a collidable component and adds a ghost collision flag (#1675)

Co-authored-by: ancientpower <ancientpowerer@gmail.com>
This commit is contained in:
ancientpower
2020-08-15 13:34:25 -05:00
committed by GitHub
parent c3df108b27
commit bb781f4975
2 changed files with 7 additions and 0 deletions

View File

@@ -7,6 +7,12 @@
- type: Mind
- type: Physics
mass: 5
- type: Collidable
shapes:
- !type:PhysShapeAabb
bounds: "-0.35,-0.35,0.35,0.35"
mask:
- GhostImpassable
- type: Eye
zoom: 0.5, 0.5
drawFov: false