diff --git a/game/src/constants.js b/game/src/constants.js index 0e76ae6..76e4051 100644 --- a/game/src/constants.js +++ b/game/src/constants.js @@ -1,4 +1,4 @@ const gravity = new BABYLON.Vector2(0, -9.8); const flightForce = 5; // The amount of force applied when the "fly" button is pressed -const greetings = ["It's a bird!", "It's a plane!", "1000% more Cube!", "A Whole New Dimension!"]; +const greetings = ["It's a bird!", "It's a plane!", "1000% more Cube!", "A Whole New Dimension!", "Another cube!", "Viewing it differently!"];