Adds construction effect to RCD (#22633)
This commit is contained in:
16
Resources/Prototypes/Entities/Effects/rcd.yml
Normal file
16
Resources/Prototypes/Entities/Effects/rcd.yml
Normal 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
|
||||
Reference in New Issue
Block a user