pixel
February 1, 2023, 1:16am
1
Tilemap Zooming In/Out
The title pretty much explains everything.
Is there a block or something that lets you zoom in and out in a tilemap game?
3 Likes
Salex
February 1, 2023, 4:50pm
2
I don’t know if this helps, but an extension was posted on a topic similar to this:
a couple samples here: Minimap extension beta
This lets your render the whole tilemap at 1/2, 1/4, 1/8, 1/16, or 1/32 scale as an image
You can also render sprites onto that shrunken version at independent 1/2, 1/4, 1/8, 1/16, or 1/32 scale
Sarge
February 1, 2023, 7:03pm
3
This might be what you’re looking for. It’s not specific to tilemaps but it gets the job done. Hope it works for you!
I finally finished the zoom extension, which allows you to zoom in (and out, with the outside just being black) the screen! Also, thanks to Richard for helping with some debugging in this topic . This could be used to make some cool effects, as well as zoom in when action in your game gets intense! Also, gradual zoom effects will be added soon!
Here’s the link:
kiwiphoenix364/pxt-zooom
Type this into the search bar at the top of the extensions page and click the extension!
1 Like
i have a problem . i wan the zoom to stay in full screen and show the whole tilemap instead of making the camera smaller and not showing the entire tilemap