Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/stamps-were-invisible.md

This file was deleted.

13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.openpatch</groupId>
<artifactId>scratch</artifactId>
<version>5.3.0</version>
<version>5.3.1</version>
<packaging>jar</packaging>

<name>Scratch for Java</name>
Expand Down
Loading