From f35fd08cae02321f68ebef927a209736e27d9137 Mon Sep 17 00:00:00 2001 From: Nebby Date: Thu, 4 Jan 2024 16:32:49 -0300 Subject: [PATCH] readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2293f5..f9ed0eb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # RoR2StubbedShaders -A repository for commonly used stubbed shaders for developing mods for Risk of Rain 2 + +Stubbed Shaders are custom shaders used during the development of a mod for saving the property data of materials. + +This is used to later on, at runtime, swap the stubbed shaders for the actual game's shaders. Which will allow for the visuals to properly work while keeping all the properties intact. + +## Features + +* Includes every relevant stubbed shader for ror2 +* Shader names are formatted as addressables strings to easily link stubbed and real shaders at runtime +* Shader properties have been updated for ease-of-use in the editorsed stubbed shaders for developing mods for Risk of Rain 2 \ No newline at end of file