Space cobra 1.1 (#20298)

* space cobra again

* didn't see

* fix

* Dirty

* space spider

* license

* component

* sprite update

* visibility

* fix

* fix visibility
This commit is contained in:
Nim
2023-12-07 03:25:57 +02:00
committed by GitHub
parent 88119c6469
commit 460bfdc73c
26 changed files with 296 additions and 11 deletions

View File

@@ -19,6 +19,12 @@ public sealed partial class StealthComponent : Component
[DataField("enabled")]
public bool Enabled = true;
/// <summary>
/// The creature will continue invisible at death.
/// </summary>
[DataField("enabledOnDeath")]
public bool EnabledOnDeath = true;
/// <summary>
/// Whether or not the entity previously had an interaction outline prior to cloaking.
/// </summary>