diff options
author | Silas Bartha <[email protected]> | 2024-12-11 02:07:20 -0500 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-12-11 02:07:20 -0500 |
commit | 337b852d9fd1eaf49fc40087043c3d8ead7d374c (patch) | |
tree | a4bb14593700bdc4e32f6e10e7beabcd1980e097 | |
parent | 21c5461abdf9d988b6cc98af9392670e726742d3 (diff) |
Updated screenshot links
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |