How do I properly scale a tilemap #2340
Unanswered
SarahCosmosys
asked this question in
Q&A
Replies: 1 comment 1 reply
-
That's a good question, I'm not really sure. Maybe you'll have to scale the collisions as well 🤷♂️ Then again it depends on what you want to do. There is a way to zoom the whole game in which means the collisions zoom as well. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to make a simple pixel art game. My tiles are 16x16 px, I want to scale the tilemap by 4. How do I properly scale it updating collision?
Beta Was this translation helpful? Give feedback.
All reactions