|
|
|
|
44
|
|
44
|
|
45
|
text.textHorizontalAlignment = BABYLON.GUI.Control.HORIZONTAL_ALIGNMENT_CENTER;
|
45
|
text.textHorizontalAlignment = BABYLON.GUI.Control.HORIZONTAL_ALIGNMENT_CENTER;
|
46
|
text.textVerticalAlignment = BABYLON.GUI.Control.VERTICAL_ALIGNMENT_CENTER;
|
46
|
text.textVerticalAlignment = BABYLON.GUI.Control.VERTICAL_ALIGNMENT_CENTER;
|
47
|
- text.text = 'Swipe to\nshoot';
|
|
|
|
|
47
|
+ text.text = 'Swipe\nslowly\nto shoot';
|
48
|
text.color = 'white';
|
48
|
text.color = 'white';
|
49
|
text.fontFamily = 'sans-serif';
|
49
|
text.fontFamily = 'sans-serif';
|
50
|
text.fontStyle = 'bold';
|
50
|
text.fontStyle = 'bold';
|