Skip to content

Commit

Permalink
Change the player location according to the new map and remove one pl…
Browse files Browse the repository at this point in the history
…ayer
  • Loading branch information
chiragrank committed Dec 20, 2021
1 parent 8a98dfc commit 295f031
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions public/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,19 @@ var getGameData = function(){
"roundLimit":20000000,
"players":[{
"playerX":5,
"playerY":77,
"playerY":75,
"playerName":"dude",
"playerFrameWidth":32,
"playerFrameHeight":48,
},
{
"playerX":6,
"playerY":77,
"playerName":"player1",
"playerFrameWidth":32,
"playerFrameHeight":48,
}],
}
// {
// "playerX":6,
// "playerY":77,
// "playerName":"player1",
// "playerFrameWidth":32,
// "playerFrameHeight":48,
// }
],
"leaderName":null,
"leaderDelay":null,
"leaderX":null,
Expand Down

0 comments on commit 295f031

Please sign in to comment.