Skip to content

Commit

Permalink
Calls made for border space
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Faraday committed Aug 20, 2016
1 parent 2e510c9 commit df1cd7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/data/players.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ GridGame.data.players = [
name: 'red',
css_class: 'red',
start: {
x: 17,
y: 9
x: (GridGame.data.game.width - 3),
y: (GridGame.data.game.height - 3)
},
key_map: {
38: 'north', // up
Expand Down

0 comments on commit df1cd7d

Please sign in to comment.