I am just wondering what the best way for making UI is, my game is 16x16. When making the UI do I make it 16x16 and then add it into the game as a panel sprite or so I just add it as a normal sprite and scale it? I’m just a bit stuck as I want to keep the right scale without making it look out of place
Just a heads up - 16x16 is the sprite size, not the game size. The game size is the screen resolution.
Make the UI a separate layer to the game layers. You can make it a panel sprite and then zoom in on the layer so it fits in with the rest of the game. Remember the panel sprite may look smaller in the editor than the game sprites themselves, but this will be compensated for when the UI layer is zoomed in.