which tile size to choice for 16-bits [on hold]
- by billy
Before I make my 16-bits game, I want to clear some stuff up so I dont run into problems later.
first question:
when making a 16-bits game all i need to do is have 16-bit sprites image(.png or .jpg)? and for 8-bits it is .gif
2nd question is:
which tile size is good for 16-bits or it doesnt matter? Right now I am using 30x30 pixels for map tile set. and 40x40 pixels for player, enemies etc..
3rd question is:
what is screen size for 16-bits in most games? I am using 640x480 pixels.