Ver código fonte

Basketball game: change message

customisations
alemart 7 meses atrás
pai
commit
9dc7377537

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

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

Carregando…
Cancelar
Salvar