The resolution on the game is sharp and fine but
Game Center page and popup notification inside the game seem to be blurry on my iPhone. How do I make it support retina screen like on current iPhone/iPad?
The resolution on the game is sharp and fine but
Game Center page and popup notification inside the game seem to be blurry on my iPhone. How do I make it support retina screen like on current iPhone/iPad?
I just did a test with one of my older apps that uses GameCenter and the screens looked good to me on my iPhone 6 and my Retina iPad.
I don’t think there is anything we control with that.
Rob
I built the space app from Getting Started tutorial (GettingStarted03-master) on CoronaSDK-2970 on my mac. And All I changed is making it show status bar
display.setStatusBar( display.TranslucentStatusBar )
The status bar on my iPhone 6 is non-retina support. Same as Game Center and native.showAlert. What am I missing? Thanks
Edit: I built it on iPad Pro and it looks great with retina-support.
I just did a test with one of my older apps that uses GameCenter and the screens looked good to me on my iPhone 6 and my Retina iPad.
I don’t think there is anything we control with that.
Rob
I built the space app from Getting Started tutorial (GettingStarted03-master) on CoronaSDK-2970 on my mac. And All I changed is making it show status bar
display.setStatusBar( display.TranslucentStatusBar )
The status bar on my iPhone 6 is non-retina support. Same as Game Center and native.showAlert. What am I missing? Thanks
Edit: I built it on iPad Pro and it looks great with retina-support.