Add SpawnAndDirtyAllEntities test (#13629)

This commit is contained in:
Leon Friedrich
2023-01-24 13:33:49 +13:00
committed by GitHub
parent fb3df96654
commit 554ec85069
6 changed files with 86 additions and 32 deletions

View File

@@ -33,20 +33,21 @@
name: bar sign
suffix: Random
- type: entity
id: LargeBarSign
name: large bar sign
noSpawn: true
components:
- type: Clickable
- type: InteractionOutline
- type: Sprite
drawdepth: WallTops
sprite: Structures/Wallmounts/sylphs.rsi
state: sylph
- type: ApcPowerReceiver
- type: ExtensionCableReceiver
- type: BarSign
# Missing appearance components & various other sprite issues.
#- type: entity
# id: LargeBarSign
# name: large bar sign
# noSpawn: true
# components:
# - type: Clickable
# - type: InteractionOutline
# - type: Sprite
# drawdepth: WallTops
# sprite: Structures/Wallmounts/sylphs.rsi
# state: sylph
# - type: ApcPowerReceiver
# - type: ExtensionCableReceiver
# - type: BarSign
- type: entity
parent: BaseBarSign