From 5baaf38076468500c94d8ceb9580f19195ca492d Mon Sep 17 00:00:00 2001 From: Doug Richardson Date: Wed, 27 Feb 2019 09:31:47 -0800 Subject: [PATCH] Add _Decal suffix for issue #29. --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 20dfe14..6b0234b 100644 --- a/README.md +++ b/README.md @@ -283,15 +283,16 @@ When naming an asset use these tables to determine the prefix and suffix to use ### 1.2.5 Materials ![#](https://img.shields.io/badge/lint-supported-green.svg) -| Asset Type | Prefix | Suffix | Notes | -| ----------------------- | ---------- | ---------- | -------------------------------- | -| Material | M_ | | | -| Material (Post Process) | PP_ | | | -| Material Function | MF_ | | | -| Material Instance | MI_ | | | -| Material Parameter Collection | MPC_ | | | -| Subsurface Profile | SP_ | | | -| Physical Materials | PM_ | | | +| Asset Type | Prefix | Suffix | Notes | +| ----------------------------- | ---------- | ---------- | -------------------------------- | +| Material | M_ | | | +| Material (Post Process) | PP_ | | | +| Material Function | MF_ | | | +| Material Instance | MI_ | | | +| Material Parameter Collection | MPC_ | | | +| Subsurface Profile | SP_ | | | +| Physical Materials | PM_ | | | +| Decal | M_, MI_ | _Decal | |