From 337b852d9fd1eaf49fc40087043c3d8ead7d374c Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Wed, 11 Dec 2024 02:07:20 -0500 Subject: Updated screenshot links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0501219..57478b0 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ A plugin for the [Bevy](https://bevyengine.org) engine which adds an outline pos Note: This is a full-screen post process effect and cannot be enabled/disabled for specific objects. ## Screenshots -![](https://git.exvacuum.dev/plain/doc/screenshot.png) -![](https://git.exvacuum.dev/plain/doc/screenshot_smooth.png) +![](https://git.exvacuum.dev/bevy_outline_post_process/plain/doc/screenshot.png) +![](https://git.exvacuum.dev/bevy_outline_post_process/plain/doc/screenshot_smooth.png) Configuration Used: ```rs bevy_outline_post_process::components::OutlinePostProcessSettings::new(2.0, 0.0, false, 0.0); -- cgit v1.2.3