From 4eaaeec5ff938aeeab1bb7225f98cfe3133a9ee6 Mon Sep 17 00:00:00 2001 From: mikebarkmin <2592379+mikebarkmin@users.noreply.github.com> Date: Wed, 2 Sep 2026 11:48:51 +0000 Subject: [PATCH] chore: release v5.3.1 --- .changeset/stamps-were-invisible.md | 9 --------- CHANGELOG.md | 13 ++++++++++++- pom.xml | 2 +- 3 files changed, 13 insertions(+), 11 deletions(-) delete mode 100644 .changeset/stamps-were-invisible.md diff --git a/.changeset/stamps-were-invisible.md b/.changeset/stamps-were-invisible.md deleted file mode 100644 index b2cdec31..00000000 --- a/.changeset/stamps-were-invisible.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -type: patch ---- - -Stamps are visible again. Everything drawn with a stamp — the layers of a -`TiledMap`, and `Sprite.stamp(...)` — passed the ghost effect straight to -Processing as an alpha value, where 0 means "draw nothing" instead of "no ghost -effect". A fully opaque image was therefore stamped fully transparent, which is -why a tile map rendered as an empty stage. diff --git a/CHANGELOG.md b/CHANGELOG.md index b7fda996..c78257fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,20 @@ --- name: Changelog -index: 67 +index: 68 lang: en --- +## 5.3.1 + + + +Stamps are visible again. Everything drawn with a stamp — the layers of a +`TiledMap`, and `Sprite.stamp(...)` — passed the ghost effect straight to +Processing as an alpha value, where 0 means "draw nothing" instead of "no ghost +effect". A fully opaque image was therefore stamped fully transparent, which is +why a tile map rendered as an empty stage. + + ## 5.3.0 diff --git a/pom.xml b/pom.xml index 14fefe01..dac72ae0 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.openpatch scratch - 5.3.0 + 5.3.1 jar Scratch for Java