Spaces:
Running
Running
Update interface.js
Browse files- interface.js +3 -3
interface.js
CHANGED
|
@@ -125,9 +125,9 @@ const currentScriptTag = document.currentScript;
|
|
| 125 |
|
| 126 |
if (isMobile) {
|
| 127 |
helpTextDiv.innerHTML =
|
| 128 |
-
'-
|
| 129 |
-
'-
|
| 130 |
-
'-
|
| 131 |
tooltipInstruction +
|
| 132 |
'- ⟲ Réinitialise la caméra.<br>' +
|
| 133 |
'- ⇱ Passe en plein écran.<br>';
|
|
|
|
| 125 |
|
| 126 |
if (isMobile) {
|
| 127 |
helpTextDiv.innerHTML =
|
| 128 |
+
'- Déplacez vous en glissant deux doigts sur l\'écran.<br>' +
|
| 129 |
+
'- Orbitez en glissant un doigt.<br>' +
|
| 130 |
+
'- Zoomez en pinçant avec deux doigts.<br>' +
|
| 131 |
tooltipInstruction +
|
| 132 |
'- ⟲ Réinitialise la caméra.<br>' +
|
| 133 |
'- ⇱ Passe en plein écran.<br>';
|