Skip to content
Open
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
11 changes: 11 additions & 0 deletions game/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,18 @@ const greetings = [
'It\'s a plane!',
'1000% more Cube!',
'A Whole New Dimension!',
'Cubeify everything!'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like you're missing a , here. The game crashes without that.

Suggested change
'Cubeify everything!'
'Cubeify everything!',

'Welcome to Flying Cube game!',
'We are fly',
'Flying...',
'I am not a cube!',
'This is very flappy!',
'I love Github!',
'Hello, I did it!!!!',
'hi',
'hi hi',
'Hello! It\'s Ryan, Coco, William, Terrie!!!',
'some changes!',
'Just breaking things :)'
];