summaryrefslogtreecommitdiffstats
path: root/Editor
diff options
context:
space:
mode:
Diffstat (limited to 'Editor')
-rw-r--r--Editor/tooner.cs7
1 files changed, 6 insertions, 1 deletions
diff --git a/Editor/tooner.cs b/Editor/tooner.cs
index 74dcae7..741bd5f 100644
--- a/Editor/tooner.cs
+++ b/Editor/tooner.cs
@@ -951,10 +951,15 @@ public class ToonerGUI : ShaderGUI {
bc,
"Speed");
+ bc = FindProperty("_Glitter_Brightness_Lit");
+ editor.FloatProperty(
+ bc,
+ "Brightness (lit)");
+
bc = FindProperty("_Glitter_Brightness");
editor.FloatProperty(
bc,
- "Brightness");
+ "Brightness (unlit)");
bc = FindProperty("_Glitter_Angle");
editor.FloatProperty(