diff --git a/game/src/constants.js b/game/src/constants.js index e9efdf0..4a15741 100644 --- a/game/src/constants.js +++ b/game/src/constants.js @@ -5,5 +5,9 @@ const greetings = [ 'It\'s a bird!', 'It\'s a plane!', '1000% more Cube!', - 'A Whole New Dimension!' + 'A Whole New Dimension!', + 'Hello!!!', + 'Hello Dolly', + 'Hello, Open Source!', + 'Totally cubular man!' ]; diff --git a/game/src/mainmenu.js b/game/src/mainmenu.js index 55f0a2c..c995d30 100644 --- a/game/src/mainmenu.js +++ b/game/src/mainmenu.js @@ -108,7 +108,7 @@ class MainMenu extends GameObject { this.greetingText.verticalAlignment = BABYLON.GUI.TextBlock.VERTICAL_ALIGNMENT_TOP; this.greetingText.horizontalAlignment = BABYLON.GUI.TextBlock.HORIZONTAL_ALIGNMENT_CENTER; this.greetingText.width = .5; - this.greetingText.height = .7; + this.greetingText.height = .75; this.instructionsText = new BABYLON.GUI.TextBlock(); this.instructionsText.text = "press any key to play";