Skip to content

Commit

Permalink
Fix wall entry collider
Browse files Browse the repository at this point in the history
  • Loading branch information
BertovDev committed Apr 30, 2024
1 parent 4e672bf commit eec2065
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions apps/arena/priv/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
},
{
"position": {
"x": -1874.5,
"y": 5286.2
"x": -3998.0,
"y": 3939.0
},
"radius": 365.55,
"shape": "circle",
Expand Down Expand Up @@ -836,6 +836,37 @@
"y": 2229.0
}
]
},
{
"collider": "wall entry",
"position": {
"x": 0.0,
"y": 0.0
},
"radius": 0.0,
"shape": "polygon",
"vertices": [
{
"x": -2376.0,
"y": 5248.0
},
{
"x": -2284.0,
"y": 4949.0
},
{
"x": -3078.0,
"y": 3927.0
},
{
"x": -3402.0,
"y": 3897.0
},
{
"x": -3675.0,
"y": 3997.0
}
]
}
]
},
Expand Down

0 comments on commit eec2065

Please sign in to comment.