From 8cb38a649bf8c2915a75772d272ba6272fdbd5e3 Mon Sep 17 00:00:00 2001 From: Tadiwanashe Rukasha <113266414+Tadiwa20@users.noreply.github.com> Date: Thu, 14 Mar 2024 13:51:57 -0400 Subject: [PATCH 1/2] Update constants.js added more greetings --- game/src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/src/constants.js b/game/src/constants.js index 0e76ae6..5497d40 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"]; From 716fa762adef9e009de6eb1b4444ab8ad5303d2c Mon Sep 17 00:00:00 2001 From: Tadiwanashe Rukasha <113266414+Tadiwa20@users.noreply.github.com> Date: Thu, 14 Mar 2024 13:53:38 -0400 Subject: [PATCH 2/2] Update constants.js --- game/src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/src/constants.js b/game/src/constants.js index 5497d40..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!", "Another cube!", "Viewing it differently"]; +const greetings = ["It's a bird!", "It's a plane!", "1000% more Cube!", "A Whole New Dimension!", "Another cube!", "Viewing it differently!"];