Skip to content

Commit

Permalink
docs: Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-wos authored Jun 16, 2024
1 parent 30f83e1 commit 4dc9f02
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Green Zone (Stay Inside)

Red Zone (Stay Outside)

de_mirage.json example
https://www.youtube.com/watch?v=DbtF51xZkyk
![image](https://github.com/oscar-wos/Retakes-Zones/assets/29248751/92b277f2-aa6d-4a3f-a3ef-ca6543d43ec4)

```json
{
"a": [
{
"type": 0,
"teams": [ 2, 3 ],
"x": [ -2301.0, -743.0, 300.0 ],
"y": [ 1400.2 , -2700.5, -300.0 ]
},
{
"type": 0,
"teams": [ 3 ],
"x": [ -1237.6, -463.6, -355.0 ],
"y": [ -593.5 , -803.7, 100.0 ]
},
{
"type": 1,
"teams": [ 2 ],
"x": [ -580.3, -807.3, -355.0 ],
"y": [ -734.3 , -838.3, 100.0 ]
}
],
"b": []
}
```

0 comments on commit 4dc9f02

Please sign in to comment.