We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465e015 commit 0e29831Copy full SHA for 0e29831
GhostMod/Ghost.cs
@@ -139,7 +139,7 @@ public override void Update() {
139
Visible &= alpha > 0f;
140
141
if (Name != null)
142
- Name.Alpha = alpha;
+ Name.Alpha = Visible ? alpha : 0f;
143
144
base.Update();
145
}
GhostMod/metadata.yaml
@@ -1,5 +1,5 @@
1
Name: GhostMod
2
-Version: 1.0.0
+Version: 1.0.1
3
DLL: GhostMod.dll
4
Dependencies:
5
- Name: Everest
0 commit comments