Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added .vs/Hacktoberfest 2022/v16/.suo
Binary file not shown.
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": null
}
9 changes: 9 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ExpandedNodes": [
"",
"\\game",
"\\game\\src"
],
"SelectedNode": "\\game\\src\\constants.js",
"PreviewInSolutionExplorer": false
}
Binary file added .vs/slnx.sqlite
Binary file not shown.
9 changes: 8 additions & 1 deletion game/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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!!!'
];