From 00efb5164a37fbdd33f687a558e7e7a093be15c2 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 22 Feb 2015 16:18:34 -0300 Subject: [PATCH] Updated devel_faq (markdown) --- devel_faq.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel_faq.md b/devel_faq.md index ddae43d..f1cfee5 100644 --- a/devel_faq.md +++ b/devel_faq.md @@ -40,7 +40,10 @@ The proper steps to follow are: 4) For user interfaces, use the [Anchoring](tutorial_gui_repositioning) to determine where controls should stay and move. If UIs are more complex, consider learning about Containers. -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. +