Adds construction effect to RCD (#22633)

This commit is contained in:
chromiumboy
2023-12-17 10:08:59 -06:00
committed by GitHub
parent cd8729fe94
commit 58f6086cb7
4 changed files with 70 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
- type: entity
id: EffectRCDConstruction
noSpawn: true
components:
- type: Transform
anchored: True
- type: Sprite
drawdepth: Effects
sprite: /Textures/Effects/rcd.rsi
state: construct
- type: TimedDespawn
lifetime: 3.2
- type: Tag
tags:
- HideContextMenu
- type: AnimationPlayer