Skip to content

Release v5.0.3#30

Merged
mikebarkmin merged 1 commit into
mainfrom
changeset
Jul 25, 2026
Merged

Release v5.0.3#30
mikebarkmin merged 1 commit into
mainfrom
changeset

Conversation

@github-actions

Copy link
Copy Markdown

Draw stamps at the sprite's size.

A sprite scaled with setSize left stamps at the costume file's natural size:
shrink a sprite to a quarter and every stamp it left behind was still four
times too big. The stamp was drawn straight from the untouched source image,
which ignores the costume's current width and height.

Stamps now use the costume's size, so a stamp looks like the sprite that left
it.

A stamp drawn more than once also kept turning. Each draw subtracted 90 degrees
from the stamp's own heading and stored it back, so the angle drifted a quarter
turn per frame and a stamp on screen spun. The heading is now worked out
without changing the stamp.

@mikebarkmin
mikebarkmin merged commit 90c5485 into main Jul 25, 2026
@github-actions
github-actions Bot deleted the changeset branch July 25, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant