浏览代码

Basketball game: change message

customisations
alemart 7 个月前
父节点
当前提交
9dc7377537
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      demos/basketball/src/entities/gui/tutorial-overlay.js

+ 1
- 1
demos/basketball/src/entities/gui/tutorial-overlay.js 查看文件

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

正在加载...
取消
保存