From e3a6302979fc0813f6a0cfe2463a30a79929607d Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 2 Jun 2025 23:10:32 -0700 Subject: Begin work on `custom30` world Add vertex colors --- 2ner.shader | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to '2ner.shader') diff --git a/2ner.shader b/2ner.shader index bb45042..8e75585 100644 --- a/2ner.shader +++ b/2ner.shader @@ -104,6 +104,25 @@ Shader "yum_food/2ner" [HideInInspector] m_end_Outlines("Outlines", Float) = 0 //endex + //ifex _Custom30_Enabled==0 + [HideInInspector] m_start_Custom30("Custom 30", Float) = 0 + [ThryToggle(_CUSTOM30)]_Custom30_Enabled("Enable", Float) = 0 + + //ifex _Custom30_BasicCube_Enabled==0 + [HideInInspector] m_start_Custom30_BasicCube("Basic cube", Float) = 0 + [ThryToggle(_CUSTOM30_BASICCUBE)]_Custom30_BasicCube_Enabled("Enable", Float) = 0 + [HideInInspector] m_end_Custom30_BasicCube("Basic cube", Float) = 0 + //endex + + //ifex _Custom30_BasicWedge_Enabled==0 + [HideInInspector] m_start_Custom30_BasicWedge("Basic wedge", Float) = 0 + [ThryToggle(_CUSTOM30_BASICWEDGE)]_Custom30_BasicWedge_Enabled("Enable", Float) = 0 + [HideInInspector] m_end_Custom30_BasicWedge("Basic wedge", Float) = 0 + //endex + + [HideInInspector] m_end_Custom30("Custom 30", Float) = 0 + //endex + [HideInInspector] m_start_Matcaps("Matcaps", Float) = 0 //ifex _Matcap0_Enabled==0 [HideInInspector] m_start_Matcap0("Matcap 0", Float) = 0 -- cgit v1.2.3