Skip to content

Commit

Permalink
Fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
dolanmiu committed Jun 1, 2017
1 parent bd015d4 commit 9b1b243
Showing 1 changed file with 1 addition and 1 deletion.
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 = 185; // 155 normally
public static gravity: number = 2000;
public static pipeSpacing: number = 200;
public static terminalVelocity: number = 700;
Expand Down

0 comments on commit 9b1b243

Please sign in to comment.