Quellcode durchsuchen

Basketball game: change message

customisations
alemart vor 7 Monaten
Ursprung
Commit
9dc7377537
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      demos/basketball/src/entities/gui/tutorial-overlay.js

+ 1
- 1
demos/basketball/src/entities/gui/tutorial-overlay.js Datei anzeigen

@@ -44,7 +44,7 @@ export class TutorialOverlay extends GUIControl
44 44
 
45 45
         text.textHorizontalAlignment = BABYLON.GUI.Control.HORIZONTAL_ALIGNMENT_CENTER;
46 46
         text.textVerticalAlignment = BABYLON.GUI.Control.VERTICAL_ALIGNMENT_CENTER;
47
-        text.text = 'Swipe to\nshoot';
47
+        text.text = 'Swipe\nslowly\nto shoot';
48 48
         text.color = 'white';
49 49
         text.fontFamily = 'sans-serif';
50 50
         text.fontStyle = 'bold';

Laden…
Abbrechen
Speichern