diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..c7e965a Binary files /dev/null and b/.DS_Store differ diff --git a/.vs/Hacktoberfest 2022/v16/.suo b/.vs/Hacktoberfest 2022/v16/.suo new file mode 100644 index 0000000..0c0f8e9 Binary files /dev/null and b/.vs/Hacktoberfest 2022/v16/.suo differ diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json new file mode 100644 index 0000000..f8b4888 --- /dev/null +++ b/.vs/ProjectSettings.json @@ -0,0 +1,3 @@ +{ + "CurrentProjectSetting": null +} \ No newline at end of file diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..cfcb680 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,9 @@ +{ + "ExpandedNodes": [ + "", + "\\game", + "\\game\\src" + ], + "SelectedNode": "\\game\\src\\constants.js", + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000..a6be58f Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/game/src/constants.js b/game/src/constants.js index e9efdf0..c4f920a 100644 --- a/game/src/constants.js +++ b/game/src/constants.js @@ -5,5 +5,12 @@ const greetings = [ 'It\'s a bird!', 'It\'s a plane!', '1000% more Cube!', - 'A Whole New Dimension!' + 'A Whole New Dimension!', + 'Its a Whole new World', + 'Yeet!', + 'Maybe if it was more aerodynamic it could\'ve gone further...', + 'Is that the best you can do?', + 'Get ready to fly!', + 'Open up the sky', + 'Let\'s Go!!!' ];