"Pixel Map Creator" Development #3 - 2021.10.03
Programming
Previously, I had a problem where the tilemap's size ratio gets weird when run by a mobile device. I think I have the solution for this now, which is to adjust the orthographic camera's size according to the screen size, using Screen.width and Screen.height. However, I can't test it out right now because for some reason I can't download JDK, which is essential for running the program on Android.
So I decided to make something else until that problem is fixed; I made different brush sizes that could be adjusted using a slider.
This was easier than I had thought, since simply making the tile bigger and placing it worked.
I also made it so that the user can't draw outside a border.
댓글
댓글 쓰기