Skip to content

Commit

Permalink
Fix missing obstacles names
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinesco committed Jul 5, 2024
1 parent 4451c60 commit e9fd4c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/arena/priv/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
],
"obstacles": [
{
"name": "door",
"position": {
"x": -6957.6,
"y": -1657.85
Expand All @@ -57,6 +58,7 @@
"vertices": []
},
{
"name": "sand_cascade",
"position": {
"x": -3998.0,
"y": 3939.0
Expand Down

0 comments on commit e9fd4c6

Please sign in to comment.