"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.



Next, I will try to make an eraser and a paint bucket tool, which would more complex to make. 


Github: https://github.com/YellowHowler/PixelMapCreator

댓글

이 블로그의 인기 게시물

"Pixel Map Creator" Development #2 - 2021.10.3

"Pixel Map Creator" Development #0 - 2021.10.02

"Pixel Map Creator" Development #4 - 2021.10.08