Skip to content

Commit

Permalink
feat: add square wall values in seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
tvillegas98 committed Nov 6, 2024
1 parent 3e7dbc1 commit 5eddcb0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion priv/repo/seeds.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5004,7 +5004,13 @@ merliot_map_config = %{
],
bushes: [],
pools: [],
version_id: version.id
version_id: version.id,
square_wall: %{
right: 6400,
left: -6400,
bottom: -6400,
top: 6400
}
}

{:ok, _araban_map_configuration} =
Expand Down

0 comments on commit 5eddcb0

Please sign in to comment.