Skip to content

Commit

Permalink
feat: update players behind wall positions
Browse files Browse the repository at this point in the history
  • Loading branch information
tvillegas98 committed Nov 14, 2024
1 parent 6a02009 commit 507009c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions priv/repo/seeds.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3673,16 +3673,16 @@ merliot_map_config = %{
radius: 15000.0,
active: true,
initial_positions: [
%{x: -5757, y: 4683},
%{x: -4961, y: 5001},
%{x: -2417, y: 5103},
%{x: 952, y: 5603},
%{x: 4782, y: 5583},
%{x: 4695, y: 4859},
%{x: 5632, y: 2753},
%{x: 5242, y: -316},
%{x: 5602, y: -4806},
%{x: 4908, y: -3698},
%{x: 2442, y: -5476},
%{x: -897, y: -5296},
%{x: -4337, y: -5506},
%{x: -4871, y: -4868},
%{x: -4897, y: -2416},
%{x: -5047, y: 853}
],
Expand Down

0 comments on commit 507009c

Please sign in to comment.