diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Decoration/props.yml b/Resources/Prototypes/DeltaV/Entities/Structures/Decoration/props.yml index b73698fae0e..97251403791 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Decoration/props.yml +++ b/Resources/Prototypes/DeltaV/Entities/Structures/Decoration/props.yml @@ -103,3 +103,16 @@ layers: - state: castletower02 - state: wheelframe + +- type: entity + parent: BaseStageProp # Not parented in case this needs to be customised + id: StagePropHouse1 + suffix: Theatre + name: prop house + description: A fake house cutout. Looks cheap. + components: + - type: Sprite + sprite: DeltaV/Objects/Specific/Theatre/StageProps.rsi + layers: + - state: houseprop01 + - state: wheelframe diff --git a/Resources/Textures/DeltaV/Objects/Specific/Theatre/StageProps.rsi/houseprop01.png b/Resources/Textures/DeltaV/Objects/Specific/Theatre/StageProps.rsi/houseprop01.png new file mode 100644 index 00000000000..d8734c3418d Binary files /dev/null and b/Resources/Textures/DeltaV/Objects/Specific/Theatre/StageProps.rsi/houseprop01.png differ diff --git a/Resources/Textures/DeltaV/Objects/Specific/Theatre/StageProps.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Specific/Theatre/StageProps.rsi/meta.json index e389ac2eb74..032df666232 100644 --- a/Resources/Textures/DeltaV/Objects/Specific/Theatre/StageProps.rsi/meta.json +++ b/Resources/Textures/DeltaV/Objects/Specific/Theatre/StageProps.rsi/meta.json @@ -21,6 +21,9 @@ }, { "name": "castletower02" + }, + { + "name": "houseprop01" } ] }