Explorar el Código

Basketball game: change message

customisations
alemart hace 7 meses
padre
commit
9dc7377537
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      demos/basketball/src/entities/gui/tutorial-overlay.js

+ 1
- 1
demos/basketball/src/entities/gui/tutorial-overlay.js Ver fichero

@@ -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…
Cancelar
Guardar