1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-19 14:31:59 +00:00

Updated devel_faq (markdown)

Juan Linietsky
2015-02-22 16:18:34 -03:00
parent d802d26b34
commit 00efb5164a

@@ -42,6 +42,9 @@ The proper steps to follow are:
And that's it! your game should work in multiple resolutions. And that's it! your game should work in multiple resolutions.
If there really is a desire to make your game also work on ancient devices with tiny screens (less than 300 pixels in width), you can use the [export option](export_images#image-export-options) to shrink images, and set that build to be used for certain screen sizes in the App Store or Google Play.