├── .gitignore ├── LICENSE ├── README.md ├── SCSS_Inspector.gd ├── Shaders ├── SCSS_Core.shader ├── SCSS_Forward.shader ├── SCSS_Input.shader └── SCSS_Utils.shader ├── Textures └── Assets │ ├── LightRamps │ ├── Default MultiGradient.asset │ ├── Info.txt │ ├── LightRamp Sharp.png │ ├── LightRamp Skin.png │ ├── LightRamp Smooth (old).png │ ├── LightRamp Smooth.png │ ├── LightRamp Soft (old).png │ ├── LightRamp Soft.png │ ├── LightRamp Toon v2.png │ └── LightRamp Toon v3.png │ ├── Mnmr │ ├── LICENSE.txt │ ├── Matcap │ │ ├── MMS_Light_Hard.psd │ │ ├── MMS_Light_Hard_Hair2.psd │ │ ├── MMS_Light_Soft.psd │ │ ├── MMS_Light_Soft_Hair.psd │ │ ├── MMS_RimLightMatcap1.psd │ │ ├── MMS_RimLightMatcap2.psd │ │ ├── MMS_ShadowMatcap1.psd │ │ └── MMS_ShadowMatcap2.psd │ └── Readme.txt │ ├── WhiteFlare │ ├── LICENSE │ ├── LightCap │ │ ├── lcap_WF_Glare.png │ │ ├── lcap_WF_Gloss(LargeFlat).png │ │ ├── lcap_WF_Gloss(LargePoint).png │ │ ├── lcap_WF_Gloss(MultiFlat).png │ │ ├── lcap_WF_Gloss(MultiPoint).png │ │ ├── lcap_WF_Gloss(SmallFlat).png │ │ ├── lcap_WF_Gloss(SmallPoint).png │ │ ├── lcap_WF_Hair_AngelRing(Blue).png │ │ ├── lcap_WF_Hair_AngelRing(Green).png │ │ ├── lcap_WF_Hair_AngelRing(Purple).png │ │ ├── lcap_WF_Hair_AngelRing(Red).png │ │ ├── lcap_WF_Hair_AngelRing(Yellow).png │ │ ├── lcap_WF_Hair_AngelRing.png │ │ ├── lcap_WF_Iridescent(Large).png │ │ ├── lcap_WF_Iridescent(Multi).png │ │ ├── lcap_WF_Iridescent(Small).png │ │ ├── lcap_WF_Skin_Dark(Peach).png │ │ ├── lcap_WF_Skin_Dark(Red).png │ │ ├── lcap_WF_Skin_Dark(White).png │ │ ├── lcap_WF_Skin_Dark(Yellow).png │ │ ├── lcap_WF_Skin_Pale(Peach).png │ │ ├── lcap_WF_Skin_Pale(Red).png │ │ ├── lcap_WF_Skin_Pale(White).png │ │ ├── lcap_WF_Skin_Pale(Yellow).png │ │ ├── lcap_WF_Tights_HighDensity.png │ │ └── lcap_WF_Tights_LowDensity.png │ ├── MedianCap │ │ ├── mcap_WF_Shaded_Gloss(BlackEnamel・Blue).png │ │ ├── mcap_WF_Shaded_Gloss(BlackEnamel・Red).png │ │ ├── mcap_WF_Shaded_Gloss(BlackEnamel・White).png │ │ ├── mcap_WF_Shaded_Gloss(Rim).png │ │ ├── mcap_WF_Shaded_Gloss(RimBright).png │ │ ├── mcap_WF_Shaded_Gloss(WhiteEnamel・Rainbow).png │ │ ├── mcap_WF_Shaded_GradientShadow(Blue).png │ │ ├── mcap_WF_Shaded_GradientShadow(Red).png │ │ ├── mcap_WF_Shaded_GradientShadow(White).png │ │ ├── mcap_WF_Shaded_GradientShadow.png │ │ ├── mcap_WF_Shaded_Hair_AngelRing(Blue).png │ │ ├── mcap_WF_Shaded_Hair_AngelRing(Green).png │ │ ├── mcap_WF_Shaded_Hair_AngelRing(Purple).png │ │ ├── mcap_WF_Shaded_Hair_AngelRing(Red).png │ │ ├── mcap_WF_Shaded_Hair_AngelRing(Yellow).png │ │ ├── mcap_WF_Shaded_Hair_AngelRing.png │ │ ├── mcap_WF_Shaded_MetalGloss(Yellow).png │ │ ├── mcap_WF_Shaded_SimpleShadow(Hemi).png │ │ ├── mcap_WF_Shaded_SimpleShadow.png │ │ ├── mcap_WF_Shaded_SimpleShadow・BlueReflection.png │ │ ├── mcap_WF_Shaded_SimpleShadow・SideRim.png │ │ ├── mcap_WF_Shaded_Skin_BrownSlick_GlosslessFace.png │ │ ├── mcap_WF_Shaded_Skin_BrownSlick_GlossyBody.png │ │ ├── mcap_WF_Shaded_Skin_Brown_GlossStrong.png │ │ ├── mcap_WF_Shaded_Skin_Brown_Rim_GlossWeak.png │ │ ├── mcap_WF_Shadeless_Glare+Gloss(PointSmall).png │ │ ├── mcap_WF_Shadeless_Glare.png │ │ ├── mcap_WF_Shadeless_Gloss(LargeFlat).png │ │ ├── mcap_WF_Shadeless_Gloss(LargePoint).png │ │ ├── mcap_WF_Shadeless_Gloss(MultiFlat).png │ │ ├── mcap_WF_Shadeless_Gloss(MultiPoint).png │ │ ├── mcap_WF_Shadeless_Gloss(SmallFlat).png │ │ ├── mcap_WF_Shadeless_Gloss(SmallPoint).png │ │ ├── mcap_WF_Shadeless_Hair_AngelRing(Blue).png │ │ ├── mcap_WF_Shadeless_Hair_AngelRing(Green).png │ │ ├── mcap_WF_Shadeless_Hair_AngelRing(Purple).png │ │ ├── mcap_WF_Shadeless_Hair_AngelRing(Red).png │ │ ├── mcap_WF_Shadeless_Hair_AngelRing(Yellow).png │ │ ├── mcap_WF_Shadeless_Hair_AngelRing.png │ │ ├── mcap_WF_Shadeless_Iridescent(Large).png │ │ ├── mcap_WF_Shadeless_Iridescent(Multi).png │ │ ├── mcap_WF_Shadeless_Iridescent(Small).png │ │ ├── mcap_WF_Shadeless_Skin_Glare+Gloss(LargePoint).png │ │ ├── mcap_WF_Shadeless_Skin_Glare.png │ │ ├── mcap_WF_Skin_Dark(Peach).png │ │ ├── mcap_WF_Skin_Dark(Red).png │ │ ├── mcap_WF_Skin_Dark(White).png │ │ ├── mcap_WF_Skin_Dark(Yellow).png │ │ ├── mcap_WF_Skin_Pale(Peach).png │ │ ├── mcap_WF_Skin_Pale(Red).png │ │ ├── mcap_WF_Skin_Pale(White).png │ │ ├── mcap_WF_Skin_Pale(Yellow).png │ │ ├── mcap_WF_Tights_HighDensity.png │ │ └── mcap_WF_Tights_LowDensity.png │ └── README.txt │ ├── YSHT │ ├── HairMat.png │ ├── Ramp1.png │ ├── Ramp2.png │ ├── ReadMe.txt │ ├── Sample │ │ ├── Albedo.png │ │ ├── Metal.png │ │ ├── Normal.png │ │ ├── Sample 1.mat │ │ ├── Sample 2.mat │ │ ├── Sample.mat │ │ └── Sample_SCSS.mat │ ├── ShadowMat.png │ ├── ShadowMat_BGR.png │ ├── SkinMat.png │ ├── SpecMat.png │ └── SpecMat2.png │ └── mofuaki_ │ ├── mofuaki_-1185084491351515136-img1.png │ ├── mofuaki_-1185084491351515136-img2.png │ ├── mofuaki_-1185084491351515136.txt │ └── mofuaki_-1185084491351515136.url └── generate_inspector.py /.gitignore: -------------------------------------------------------------------------------- 1 | *.import 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/README.md -------------------------------------------------------------------------------- /SCSS_Inspector.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/SCSS_Inspector.gd -------------------------------------------------------------------------------- /Shaders/SCSS_Core.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Shaders/SCSS_Core.shader -------------------------------------------------------------------------------- /Shaders/SCSS_Forward.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Shaders/SCSS_Forward.shader -------------------------------------------------------------------------------- /Shaders/SCSS_Input.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Shaders/SCSS_Input.shader -------------------------------------------------------------------------------- /Shaders/SCSS_Utils.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Shaders/SCSS_Utils.shader -------------------------------------------------------------------------------- /Textures/Assets/LightRamps/Default MultiGradient.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/LightRamps/Default MultiGradient.asset -------------------------------------------------------------------------------- /Textures/Assets/LightRamps/Info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/LightRamps/Info.txt -------------------------------------------------------------------------------- /Textures/Assets/LightRamps/LightRamp Sharp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/LightRamps/LightRamp Sharp.png -------------------------------------------------------------------------------- /Textures/Assets/LightRamps/LightRamp Skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/LightRamps/LightRamp Skin.png -------------------------------------------------------------------------------- /Textures/Assets/LightRamps/LightRamp Smooth (old).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/LightRamps/LightRamp Smooth (old).png -------------------------------------------------------------------------------- /Textures/Assets/LightRamps/LightRamp Smooth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/LightRamps/LightRamp Smooth.png -------------------------------------------------------------------------------- /Textures/Assets/LightRamps/LightRamp Soft (old).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/LightRamps/LightRamp Soft (old).png -------------------------------------------------------------------------------- /Textures/Assets/LightRamps/LightRamp Soft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/LightRamps/LightRamp Soft.png -------------------------------------------------------------------------------- /Textures/Assets/LightRamps/LightRamp Toon v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/LightRamps/LightRamp Toon v2.png -------------------------------------------------------------------------------- /Textures/Assets/LightRamps/LightRamp Toon v3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/LightRamps/LightRamp Toon v3.png -------------------------------------------------------------------------------- /Textures/Assets/Mnmr/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/Mnmr/LICENSE.txt -------------------------------------------------------------------------------- /Textures/Assets/Mnmr/Matcap/MMS_Light_Hard.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/Mnmr/Matcap/MMS_Light_Hard.psd -------------------------------------------------------------------------------- /Textures/Assets/Mnmr/Matcap/MMS_Light_Hard_Hair2.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/Mnmr/Matcap/MMS_Light_Hard_Hair2.psd -------------------------------------------------------------------------------- /Textures/Assets/Mnmr/Matcap/MMS_Light_Soft.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/Mnmr/Matcap/MMS_Light_Soft.psd -------------------------------------------------------------------------------- /Textures/Assets/Mnmr/Matcap/MMS_Light_Soft_Hair.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/Mnmr/Matcap/MMS_Light_Soft_Hair.psd -------------------------------------------------------------------------------- /Textures/Assets/Mnmr/Matcap/MMS_RimLightMatcap1.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/Mnmr/Matcap/MMS_RimLightMatcap1.psd -------------------------------------------------------------------------------- /Textures/Assets/Mnmr/Matcap/MMS_RimLightMatcap2.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/Mnmr/Matcap/MMS_RimLightMatcap2.psd -------------------------------------------------------------------------------- /Textures/Assets/Mnmr/Matcap/MMS_ShadowMatcap1.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/Mnmr/Matcap/MMS_ShadowMatcap1.psd -------------------------------------------------------------------------------- /Textures/Assets/Mnmr/Matcap/MMS_ShadowMatcap2.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/Mnmr/Matcap/MMS_ShadowMatcap2.psd -------------------------------------------------------------------------------- /Textures/Assets/Mnmr/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/Mnmr/Readme.txt -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LICENSE -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Glare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Glare.png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Gloss(LargeFlat).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Gloss(LargeFlat).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Gloss(LargePoint).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Gloss(LargePoint).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Gloss(MultiFlat).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Gloss(MultiFlat).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Gloss(MultiPoint).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Gloss(MultiPoint).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Gloss(SmallFlat).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Gloss(SmallFlat).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Gloss(SmallPoint).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Gloss(SmallPoint).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Hair_AngelRing(Blue).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Hair_AngelRing(Blue).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Hair_AngelRing(Green).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Hair_AngelRing(Green).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Hair_AngelRing(Purple).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Hair_AngelRing(Purple).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Hair_AngelRing(Red).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Hair_AngelRing(Red).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Hair_AngelRing(Yellow).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Hair_AngelRing(Yellow).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Hair_AngelRing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Hair_AngelRing.png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Iridescent(Large).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Iridescent(Large).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Iridescent(Multi).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Iridescent(Multi).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Iridescent(Small).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Iridescent(Small).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Skin_Dark(Peach).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Skin_Dark(Peach).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Skin_Dark(Red).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Skin_Dark(Red).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Skin_Dark(White).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Skin_Dark(White).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Skin_Dark(Yellow).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Skin_Dark(Yellow).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Skin_Pale(Peach).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Skin_Pale(Peach).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Skin_Pale(Red).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Skin_Pale(Red).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Skin_Pale(White).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Skin_Pale(White).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Skin_Pale(Yellow).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Skin_Pale(Yellow).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Tights_HighDensity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Tights_HighDensity.png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/LightCap/lcap_WF_Tights_LowDensity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/LightCap/lcap_WF_Tights_LowDensity.png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Gloss(BlackEnamel・Blue).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Gloss(BlackEnamel・Blue).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Gloss(BlackEnamel・Red).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Gloss(BlackEnamel・Red).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Gloss(BlackEnamel・White).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Gloss(BlackEnamel・White).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Gloss(Rim).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Gloss(Rim).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Gloss(RimBright).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Gloss(RimBright).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Gloss(WhiteEnamel・Rainbow).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Gloss(WhiteEnamel・Rainbow).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_GradientShadow(Blue).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_GradientShadow(Blue).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_GradientShadow(Red).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_GradientShadow(Red).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_GradientShadow(White).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_GradientShadow(White).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_GradientShadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_GradientShadow.png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Hair_AngelRing(Blue).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Hair_AngelRing(Blue).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Hair_AngelRing(Green).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Hair_AngelRing(Green).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Hair_AngelRing(Purple).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Hair_AngelRing(Purple).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Hair_AngelRing(Red).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Hair_AngelRing(Red).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Hair_AngelRing(Yellow).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Hair_AngelRing(Yellow).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Hair_AngelRing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Hair_AngelRing.png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_MetalGloss(Yellow).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_MetalGloss(Yellow).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_SimpleShadow(Hemi).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_SimpleShadow(Hemi).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_SimpleShadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_SimpleShadow.png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_SimpleShadow・BlueReflection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_SimpleShadow・BlueReflection.png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_SimpleShadow・SideRim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_SimpleShadow・SideRim.png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Skin_BrownSlick_GlosslessFace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Skin_BrownSlick_GlosslessFace.png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Skin_BrownSlick_GlossyBody.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Skin_BrownSlick_GlossyBody.png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Skin_Brown_GlossStrong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Skin_Brown_GlossStrong.png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Skin_Brown_Rim_GlossWeak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shaded_Skin_Brown_Rim_GlossWeak.png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Glare+Gloss(PointSmall).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Glare+Gloss(PointSmall).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Glare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Glare.png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Gloss(LargeFlat).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Gloss(LargeFlat).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Gloss(LargePoint).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Gloss(LargePoint).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Gloss(MultiFlat).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Gloss(MultiFlat).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Gloss(MultiPoint).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Gloss(MultiPoint).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Gloss(SmallFlat).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Gloss(SmallFlat).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Gloss(SmallPoint).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Gloss(SmallPoint).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Hair_AngelRing(Blue).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Hair_AngelRing(Blue).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Hair_AngelRing(Green).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Hair_AngelRing(Green).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Hair_AngelRing(Purple).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Hair_AngelRing(Purple).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Hair_AngelRing(Red).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Hair_AngelRing(Red).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Hair_AngelRing(Yellow).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Hair_AngelRing(Yellow).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Hair_AngelRing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Hair_AngelRing.png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Iridescent(Large).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Iridescent(Large).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Iridescent(Multi).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Iridescent(Multi).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Iridescent(Small).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Iridescent(Small).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Skin_Glare+Gloss(LargePoint).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Skin_Glare+Gloss(LargePoint).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Skin_Glare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Shadeless_Skin_Glare.png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Skin_Dark(Peach).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Skin_Dark(Peach).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Skin_Dark(Red).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Skin_Dark(Red).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Skin_Dark(White).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Skin_Dark(White).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Skin_Dark(Yellow).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Skin_Dark(Yellow).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Skin_Pale(Peach).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Skin_Pale(Peach).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Skin_Pale(Red).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Skin_Pale(Red).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Skin_Pale(White).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Skin_Pale(White).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Skin_Pale(Yellow).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Skin_Pale(Yellow).png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Tights_HighDensity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Tights_HighDensity.png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Tights_LowDensity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/MedianCap/mcap_WF_Tights_LowDensity.png -------------------------------------------------------------------------------- /Textures/Assets/WhiteFlare/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/WhiteFlare/README.txt -------------------------------------------------------------------------------- /Textures/Assets/YSHT/HairMat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/YSHT/HairMat.png -------------------------------------------------------------------------------- /Textures/Assets/YSHT/Ramp1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/YSHT/Ramp1.png -------------------------------------------------------------------------------- /Textures/Assets/YSHT/Ramp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/YSHT/Ramp2.png -------------------------------------------------------------------------------- /Textures/Assets/YSHT/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/YSHT/ReadMe.txt -------------------------------------------------------------------------------- /Textures/Assets/YSHT/Sample/Albedo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/YSHT/Sample/Albedo.png -------------------------------------------------------------------------------- /Textures/Assets/YSHT/Sample/Metal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/YSHT/Sample/Metal.png -------------------------------------------------------------------------------- /Textures/Assets/YSHT/Sample/Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/YSHT/Sample/Normal.png -------------------------------------------------------------------------------- /Textures/Assets/YSHT/Sample/Sample 1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/YSHT/Sample/Sample 1.mat -------------------------------------------------------------------------------- /Textures/Assets/YSHT/Sample/Sample 2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/YSHT/Sample/Sample 2.mat -------------------------------------------------------------------------------- /Textures/Assets/YSHT/Sample/Sample.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/YSHT/Sample/Sample.mat -------------------------------------------------------------------------------- /Textures/Assets/YSHT/Sample/Sample_SCSS.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/YSHT/Sample/Sample_SCSS.mat -------------------------------------------------------------------------------- /Textures/Assets/YSHT/ShadowMat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/YSHT/ShadowMat.png -------------------------------------------------------------------------------- /Textures/Assets/YSHT/ShadowMat_BGR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/YSHT/ShadowMat_BGR.png -------------------------------------------------------------------------------- /Textures/Assets/YSHT/SkinMat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/YSHT/SkinMat.png -------------------------------------------------------------------------------- /Textures/Assets/YSHT/SpecMat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/YSHT/SpecMat.png -------------------------------------------------------------------------------- /Textures/Assets/YSHT/SpecMat2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/YSHT/SpecMat2.png -------------------------------------------------------------------------------- /Textures/Assets/mofuaki_/mofuaki_-1185084491351515136-img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/mofuaki_/mofuaki_-1185084491351515136-img1.png -------------------------------------------------------------------------------- /Textures/Assets/mofuaki_/mofuaki_-1185084491351515136-img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/mofuaki_/mofuaki_-1185084491351515136-img2.png -------------------------------------------------------------------------------- /Textures/Assets/mofuaki_/mofuaki_-1185084491351515136.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/mofuaki_/mofuaki_-1185084491351515136.txt -------------------------------------------------------------------------------- /Textures/Assets/mofuaki_/mofuaki_-1185084491351515136.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/Textures/Assets/mofuaki_/mofuaki_-1185084491351515136.url -------------------------------------------------------------------------------- /generate_inspector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyuma/SCSS-Godot/HEAD/generate_inspector.py --------------------------------------------------------------------------------