Skip to content

Commit

Permalink
Changed back to 155
Browse files Browse the repository at this point in the history
  • Loading branch information
dolanmiu committed Jun 1, 2017
1 parent 785a386 commit 5e11099
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/globals/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace Flappy.Global {
export class Constants {
public static gameSpeed: number = 0.1;
public static jumpSpeed: number = 500;
public static gapSize: number = 185; // 155 normally
public static gapSize: number = 155;
public static gravity: number = 2000;
public static pipeSpacing: number = 200;
public static terminalVelocity: number = 700;
Expand Down

0 comments on commit 5e11099

Please sign in to comment.