diff options
author | Silas Bartha <[email protected]> | 2024-06-04 14:32:59 -0400 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-06-04 14:32:59 -0400 |
commit | 8f15162b4847ea30316f33fe3a7f0c20822fe926 (patch) | |
tree | 36ce0e9386de6bf963fbd169a664d1ddc9e3d03f /README.md | |
parent | 19449be0027cf3e9df3b5e9253e8716c3938a7a1 (diff) |
Renamed + Added Docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ Note: This is a full-screen post process effect and cannot be enabled/disabled f ![](./doc/screenshot_smooth.png) Configuration Used: ```rs -grex_outline_post_process::components::OutlinePostProcessSettings { +bevy_outline_post_process::components::OutlinePostProcessSettings { weight: 2.0, threshold: 0.0, } |