Skip to content

Commit

Permalink
compatible(chrome): v59 seems changed the GAME OVER position. (fix #50
Browse files Browse the repository at this point in the history
)
  • Loading branch information
huan committed Jun 9, 2017
1 parent aeb80e9 commit 8644b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameManipulator.js
Expand Up @@ -28,7 +28,7 @@ var GameManipulator = {
gamestate: 'OVER',

// GameOver Position
gameOverOffset: [190, -82],
gameOverOffset: [190, -75],

// Stores an array of "sensors" (Ray tracings)
// Positions are always relative to global "offset"
Expand Down

0 comments on commit 8644b0a

Please sign in to comment.