Mime Powers (Vow + Invisible Wall) (#7653)

This commit is contained in:
Rane
2022-04-28 23:41:03 -04:00
committed by GitHub
parent f74a47b7aa
commit ce186e6cc1
12 changed files with 312 additions and 0 deletions

View File

@@ -649,3 +649,25 @@
- type: IconSmooth
key: walls
base: wood
- type: entity
id: WallInvisible
name: Invisible Wall
components:
- type: Tag
tags:
- Wall
- type: Physics
bodyType: Static
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeAabb
bounds: "-0.5,-0.5,0.5,0.5"
layer:
- Impassable
- VaultImpassable
- SmallImpassable
mask:
- Impassable
- type: Airtight