Added RivalLayer and finished GameElementLayer
This commit is contained in:
46
toid_costmaps/elements/elements.json
Normal file
46
toid_costmaps/elements/elements.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"game_elements": [
|
||||
{
|
||||
"x": 0.0,
|
||||
"y": 0.7,
|
||||
"width": 0.2,
|
||||
"height": 0.2
|
||||
},
|
||||
{
|
||||
"x": 0.05,
|
||||
"y": 0.3,
|
||||
"width": 0.2,
|
||||
"height": 0.2
|
||||
},
|
||||
{
|
||||
"x": 0.6,
|
||||
"y": 0.0,
|
||||
"width": 0.2,
|
||||
"height": 0.2
|
||||
},
|
||||
{
|
||||
"x": 0.05,
|
||||
"y": 1.1,
|
||||
"width": 0.2,
|
||||
"height": 0.2
|
||||
}
|
||||
],
|
||||
|
||||
"blue": [
|
||||
{
|
||||
"x": 0.00,
|
||||
"y": 1.55,
|
||||
"width": 0.6,
|
||||
"height": 0.45
|
||||
}
|
||||
],
|
||||
|
||||
"yellow": [
|
||||
{
|
||||
"x": 2.40,
|
||||
"y": 1.55,
|
||||
"width": 0.6,
|
||||
"height": 0.45
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user