Add fallback despawning for some effects (#18093)
This commit is contained in:
parent
8143b9d87a
commit
73c7ed67fa
2 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
id: WeaponArcStatic
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: TimedDespawn
|
||||
lifetime: 2.0
|
||||
- type: Sprite
|
||||
sprite: Effects/arcs.rsi
|
||||
state: spear
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
id: HitscanEffect
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: TimedDespawn
|
||||
lifetime: 2.0
|
||||
- type: Sprite
|
||||
drawdepth: Effects
|
||||
layers:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue