From b7a1f76f4db7777d5559fdc5a5314394b59f2912 Mon Sep 17 00:00:00 2001 From: Cody Glassman Date: Tue, 17 Jun 2025 18:22:26 -0700 Subject: [PATCH] docs - make table headers real headers --- docs/source/reference/modding/custom-shader-effects.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/reference/modding/custom-shader-effects.rst b/docs/source/reference/modding/custom-shader-effects.rst index 5953af5238..0e7776c7ae 100644 --- a/docs/source/reference/modding/custom-shader-effects.rst +++ b/docs/source/reference/modding/custom-shader-effects.rst @@ -32,7 +32,7 @@ Variables. +--------------+--------------------------------------------------------------------------------------------------------+---------+---------+ | Name | Description | Type | Default | -+--------------+--------------------------------------------------------------------------------------------------------+---------+---------+ ++==============+========================================================================================================+=========+=========+ | size | Scaling ratio. Larger values will make a softer fade effect. Larger geometry requires higher values. | integer | 45 | +--------------+--------------------------------------------------------------------------------------------------------+---------+---------+ | falloff | Fades away geometry as camera gets closer. Geometry full fades when parallel to camera. | boolean | false | @@ -73,7 +73,7 @@ Variables. +---------+--------------------------------------------------------------------------------------------------------+---------+---------+ | Name | Description | Type | Default | -+---------+--------------------------------------------------------------------------------------------------------+---------+---------+ ++=========+========================================================================================================+=========+=========+ | strength| The strength of the distortion effect. Scales linearly. | float | 0.1 | +---------+--------------------------------------------------------------------------------------------------------+---------+---------+