From 8f15162b4847ea30316f33fe3a7f0c20822fe926 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Tue, 4 Jun 2024 14:32:59 -0400 Subject: Renamed + Added Docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 117333a..b8085fa 100644 --- a/README.md +++ b/README.md @@ -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, } -- cgit v1.2.3