Skip to content

Commit

Permalink
fix UHD sprites not being dithered
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Apr 3, 2023
1 parent 3d6df63 commit 67cc142
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geode"
version = "2.2.2"
version = "2.2.3"
authors = ["HJfod <[email protected]>", "Camila314 <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
1 change: 1 addition & 0 deletions src/package.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ fn create_resources(

// Collect all errors
(|| {
spritesheet::downscale(&mut sprite, 1);
sprite.save(output_dir.join(base.to_string() + "-uhd.png"))?;

spritesheet::downscale(&mut sprite, 2);
Expand Down

0 comments on commit 67cc142

Please sign in to comment.