Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Say I have a tilemap with 30x30 tiles, but, I want the tiles to display as 20x20 size tiles (unless zoomed in to). Is there a special way to do this? A special tilemap_v2 addon?
Thank you in advance.
Develop games in your browser. Powerful, performant & highly capable.
If nothing else works, maybe create two identical tilemap objects (one with 20x20 tiles and one 30x30), and switch between them?
Add them to a family for easier management.
You may also scale the whole layer, since there's no way to scale a tilemap.
Like this: https://www.dropbox.com/s/zzw0k6o85ek0f ... .capx?dl=0
You should, also, adjust the position when zooning in or out.
Hope this helps. Cheers.