Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use default image size in 'Chase the Pizza' #6802

Merged
merged 1 commit into from
Mar 13, 2025
Merged

Conversation

ganicke
Copy link
Collaborator

@ganicke ganicke commented Mar 13, 2025

The single dot image spec in sprites.create() no longer implies the default 16x16 empty image. So, define an empty 16x16 image explicitly.

```blockconfig.local
let pizza = sprites.create(img`.`, SpriteKind.Player)
```

Closes #6349

@ganicke ganicke requested review from kiki-lee and abchatra March 13, 2025 20:27
@abchatra abchatra merged commit 141a5de into master Mar 13, 2025
4 checks passed
@abchatra abchatra deleted the chase-pizza-bconfig branch March 13, 2025 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Blockly update: Chase the Pizza Step 7 Sprite Editor defaults to a 1x1 canvas
2 participants