Engineering and external airlocks.

This commit is contained in:
Pieter-Jan Briers
2019-03-16 21:25:42 +01:00
parent 23975c100c
commit 0e686285f8
38 changed files with 79 additions and 15 deletions

View File

@@ -17,8 +17,38 @@
state: closed
- type: BoundingBox
# This AABB isn't the full tile because..
# If it is, airlocks collide with walls and other airlocks causing them to never close.
# yeah...
# TODO: Fix that.
aabb: -0.45, -0.45, 0.45, 0.45
- type: Collidable
- type: Door
- type: Appearance
visuals:
- type: AirlockVisualizer2D
placement:
mode: SnapgridBorder
- type: entity
parent: airlock
id: airlock_external
name: External Airlock
components:
- type: Sprite
sprite: Buildings/airlock_external.rsi
- type: Icon
sprite: Buildings/airlock_external.rsi
- type: entity
parent: airlock
id: airlock_engineering
name: Engineering Airlock
components:
- type: Sprite
sprite: Buildings/airlock_engineering.rsi
- type: Icon
sprite: Buildings/airlock_engineering.rsi