ANDROID: Adjusted image sizes in help text

This commit is contained in:
Eugene Sandulenko 2023-11-01 00:24:11 +01:00
parent 86a289ea32
commit 58eedff7d1
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -1037,19 +1037,19 @@ _s(
"\n"
"The touch controls are direct. The pointer jumps to where the finger touches the screen (default for menus).\n"
"\n"
" ![Direct mouse mode](mouse.png \"Direct mouse mode\")\n"
" ![Direct mouse mode](mouse.png \"Direct mouse mode\"){w=10em}\n"
"\n"
"### Touchpad emulation \n"
"\n"
"The touch controls are indirect, like on a laptop touchpad.\n"
"\n"
" ![Touchpad mode](touchpad.png \"Touchpad mode\")\n"
" ![Touchpad mode](touchpad.png \"Touchpad mode\"){w=10em}\n"
"\n"
"### Gamepad emulation \n"
"\n"
"Fingers must be placed on lower left and right of the screen to emulate a directional pad and action buttons.\n"
"\n"
" ![Gamepad mode](gamepad.png \"Gamepad mode\")\n"
" ![Gamepad mode](gamepad.png \"Gamepad mode\"){w=10em}\n"
"\n"
"To select the preferred touch mode for menus, 2D games, and 3D games, go to **Global Options > Backend > Choose the preferred touch mode**.\n"
"\n"
@ -1075,14 +1075,14 @@ _s(
"\n"
"To open the Global Main Menu, tap on the menu icon at the top right of the screen.\n"
"\n"
" ![Menu icon](menu.png \"Menu icon\")\n"
" ![Menu icon](menu.png \"Menu icon\"){w=10em}\n"
"\n"
"## Virtual keyboard\n"
"\n"
"To open the virtual keyboard, long press on the controller icon at the top right of the screen, or tap on any editable text field. To hide the virtual keyboard, tap the controller icon again, or tap outside the text field.\n"
"\n"
"\n"
" ![Keybpard icon](keyboard.png \"Keyboard icon\")\n"
" ![Keybpard icon](keyboard.png \"Keyboard icon\"){w=10em}\n"
"\n"
),
@ -1095,21 +1095,21 @@ _s(
"\n"
"2. Inside the ScummVM file browser, select **Go Up** until you reach the root folder which has the **<Add a new folder>** option. \n"
"\n"
" ![ScummVM file browser root](browser-root.png \"ScummVM file browser root\")\n"
" ![ScummVM file browser root](browser-root.png \"ScummVM file browser root\"){w=70%}\n"
"\n"
"3. Double-tap **<Add a new folder>**. In your device's file browser, navigate to the folder containing all your game folders. For example, **SD Card > ScummVMgames**. \n"
"\n"
"4. Select **Use this folder**. \n"
"\n"
" ![OS selectable folder](fs-folder.png \"OS selectable folder\")\n"
" ![OS selectable folder](fs-folder.png \"OS selectable folder\"){w=70%}\n"
"\n"
"5. Select **ALLOW** to give ScummVM permission to access the folder. \n"
"\n"
" ![OS access permission dialog](fs-permission.png \"OS access permission\")\n"
" ![OS access permission dialog](fs-permission.png \"OS access permission\"){w=70%}\n"
"\n"
"6. In the ScummVM file browser, double-tap to browse through your added folder. Add a game by selecting the sub-folder containing the game files, then tap **Choose**. \n"
"\n"
" ![SAF folder added](browser-folder-in-list.png \"SAF folder added\")\n"
" ![SAF folder added](browser-folder-in-list.png \"SAF folder added\"){w=70%}\n"
"\n"
"Step 2 and 3 are done only once. To add more games, repeat Steps 1 and 6. \n"
"\n"