Skip to content

Commit

Permalink
Set Eyeglow off by default. Api will handle the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
Melioli committed Nov 29, 2024
1 parent 36853ed commit 9abea58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shaders/Genshin Impact/HoyoToonGenshin.shader
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ Shader "HoyoToon/Genshin/Character"
[HideInInspector] end_glowcolor("", Float) = 0
// Force Eye Glow
[HideInInspector] start_eyeemission("Eye Emission--{reference_property:_ToggleEyeGlow}", Float) = 0
[Toggle] _ToggleEyeGlow ("Enable Eye Glow", Float) = 1.0
[Toggle] _ToggleEyeGlow ("Enable Eye Glow", Float) = 0.0

_EyeGlowStrength ("Eye Glow Strength", Float) = 0.5
_EyeTimeOffset ("Eye Glow Timing Offset", Range(0.0, 1.0)) = 0.1
Expand Down

0 comments on commit 9abea58

Please sign in to comment.