Sfoglia il codice sorgente

Basketball game: change message

customisations
alemart 7 mesi fa
parent
commit
9dc7377537
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      demos/basketball/src/entities/gui/tutorial-overlay.js

+ 1
- 1
demos/basketball/src/entities/gui/tutorial-overlay.js Vedi File

@@ -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';

Loading…
Annulla
Salva