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