Skip to content

Commit

Permalink
reverting player 1 start point to 0,0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJaba committed May 22, 2010
1 parent 522bc5d commit 7a13b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/game.rb
Expand Up @@ -16,7 +16,7 @@ def player_colour


def spawn_point def spawn_point
case players.size case players.size
when 0 then [0,6] when 0 then [0,0]
when 1 then [6,0] when 1 then [6,0]
when 2 then [0,6] when 2 then [0,6]
when 3 then [6,6] when 3 then [6,6]
Expand Down

0 comments on commit 7a13b95

Please sign in to comment.