Skip to content

Commit

Permalink
docs(examples): update color-filter config
Browse files Browse the repository at this point in the history
  • Loading branch information
loqusion committed May 5, 2024
1 parent e10af08 commit 607da0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tests/config/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_example_config(request: pytest.FixtureRequest):
"default": False,
"config": {
"type": "red-green",
"intensity": 1.0,
"strength": 1.0,
},
},
]
Expand Down

0 comments on commit 607da0d

Please sign in to comment.