From 607da0d85f64ea187d3f786843f3b3b5940be684 Mon Sep 17 00:00:00 2001 From: loqusion <38332081+loqusion@users.noreply.github.com> Date: Sun, 5 May 2024 14:47:17 -0500 Subject: [PATCH] docs(examples): update `color-filter` config --- examples/config.toml | 2 +- tests/config/test_config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/config.toml b/examples/config.toml index 60e0ae1..8468da2 100644 --- a/examples/config.toml +++ b/examples/config.toml @@ -11,4 +11,4 @@ end_time = 06:00:00 name = "color-filter" [shaders.config] type = "red-green" # "red-green", "green-red", "blue-yellow" -intensity = 1.0 # 0.0 - 1.0 +strength = 1.0 # 0.0 - 1.0 diff --git a/tests/config/test_config.py b/tests/config/test_config.py index af227d0..25ffa12 100644 --- a/tests/config/test_config.py +++ b/tests/config/test_config.py @@ -33,7 +33,7 @@ def test_example_config(request: pytest.FixtureRequest): "default": False, "config": { "type": "red-green", - "intensity": 1.0, + "strength": 1.0, }, }, ]