From cd25d4f87f525fcd14c25c47e6fd04abe6fefd65 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 28 Dec 2020 02:39:09 +0100 Subject: [PATCH] Apply suggestions from code review --- tutorials/export/exporting_for_android.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorials/export/exporting_for_android.rst b/tutorials/export/exporting_for_android.rst index a9e7295d2..a9342887b 100644 --- a/tutorials/export/exporting_for_android.rst +++ b/tutorials/export/exporting_for_android.rst @@ -88,7 +88,8 @@ If you don't provide some of the requested icons, Godot will replace them using - **Adaptive Icon Foreground:** Provided foreground icon -> Provided main icon -> Project icon -> Default Godot foreground icon. - **Adaptive Icon Background:** Provided background icon -> Default Godot background icon. -It's highly recommended to provide all the requested icons with their specified resolutions. This way, your application will look great on all Android devices and versions. +It's highly recommended to provide all the requested icons with their specified resolutions. +This way, your application will look great on all Android devices and versions. Exporting for Google Play Store -------------------------------