Hi guys,
I’ve build my game with iPad support so I have all the files at 1024x768.
I want to port it now to Kindle Fire but because of the resolution I have some problems…you know that bottom bar on Kindle Fire which is present all the time, is there any way to remove it as it covers my player.
Do I need to add extra settings to my config/build files?
I’m currently using my config with these settings:
application = {
content = {
width = 320,
height = 480,
scale = "Letterbox",
fps = 30,
antialias = true,
imageSuffix = {
["@2x"] = 2,
--["@3x"] = 3.2,
}
}
Thank you!
[import]uid: 89239 topic_id: 22440 reply_id: 322440[/import]
