Skip to content

Commit

Permalink
Remove unnecesary circle obstacle (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinesco authored Sep 4, 2024
1 parent 6a8479d commit bdca479
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions priv/repo/seeds.exs
Original file line number Diff line number Diff line change
Expand Up @@ -1060,19 +1060,6 @@ araban_map_config = %{
}
],
obstacles: [
%{
name: "door",
radius: 1800.05,
shape: "circle",
type: :static,
base_status: nil,
statuses_cycle: %{},
position: %{
x: -6957.6,
y: -1657.85
},
vertices: []
},
%{
name: "sand_cascade",
radius: 365.55,
Expand Down

0 comments on commit bdca479

Please sign in to comment.