Skip to content

Commit

Permalink
qwertyui
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlipko committed Dec 22, 2018
1 parent 390ae9e commit 428e6a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/applications/snake/game/utils/game_view.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Game from '../game';
import GAME_MODE from '../core/modes';
import FullScreen from './fullScreen';
// import FullScreen from './fullScreen';

import SnakeGameTemplate from '../templates/snakegame.pug';
import '../../static/images/home.svg';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default class MainMenuView extends BaseMenu {
}

goBack() {
super.goBack('/');
super.goBack('/terminal');
}

show() {
Expand Down

1 comment on commit 428e6a6

@vercel
Copy link

@vercel vercel bot commented on 428e6a6 Dec 22, 2018

Choose a reason for hiding this comment

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

Now could not deploy this pull request since the now.json file does not contain valid JSON.

Click here to see the contents of `now.json`
{
  "alias": ["wave"],

}


For more information on now.json visit https://zeit.co/docs/features/configuration#now.json.

Please sign in to comment.