aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-12-10 23:47:27 -0500
committerLibravatar Silas Bartha <[email protected]>2024-12-10 23:47:27 -0500
commite9e2e7e7f8a06949bf2e5d8c5b89d70edb0ab4e0 (patch)
treeebd302d841a67a5e0f6e64eb2bcee6d0203a6c3c /README.md
parent1e6766230ad21c9967e36746ab807437f6361839 (diff)
Absolute screenshot URLsHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 17b2f53..3adfff3 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,8 @@ A plugin for the [Bevy](https://bevyengine.org) engine which adds a dither post-
The effect is implemented as a bilevel ordered dither using a Bayer matrix with a configurable level. It dithers the image to black and white only, and operates on the entire screen.
## Screenshots
-![](./doc/screenshot.png)
-![](./doc/screenshot_plant.png)
+![](https://git.exvacuum.dev/bevy_dither_post_process/plain/doc/screenshot.png)
+![](https://git.exvacuum.dev/bevy_dither_post_process/plain/doc/screenshot_plant.png)
Configuration Used:
```rs
bevy_dither_post_process::components::DitherPostProcessSettings::new(3, &asset_server);