Skip to content
Snippets Groups Projects

Add option to control hover text fade distance and range.

Merged Ghost User requested to merge hovertext into master
All threads resolved!
1 file
+ 17
17
Compare changes
  • Side-by-side
  • Inline
@@ -255,6 +255,28 @@
<key>Value</key>
<integer>0</integer>
</map>
<key>AlchemyHudTextFadeDistance</key>
<map>
<key>Comment</key>
<string>Distance at which hover text starts fading.</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>F32</string>
<key>Value</key>
<real>4.0</real>
</map>
<key>AlchemyHudTextFadeRange</key>
<map>
<key>Comment</key>
<string>Distance over which hover text will fade out.</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>F32</string>
<key>Value</key>
<real>8.0</real>
</map>
<key>AlchemyLookAtShow</key>
<map>
<key>Comment</key>
Loading