[examples] Add field images to Java simulation examples (#983)

This commit is contained in:
amquake
2023-10-25 16:25:24 -07:00
committed by GitHub
parent cb401e1c7a
commit f3fb0109f9
6 changed files with 63 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 747 KiB

View File

@@ -0,0 +1,19 @@
{
"game": "Infinite Recharge",
"field-image": "2020-field.png",
"field-corners": {
"top-left": [
96,
25
],
"bottom-right": [
1040,
514
]
},
"field-size": [
52.4375,
26.9375
],
"field-unit": "foot"
}

View File

@@ -22,6 +22,7 @@
],
"weight": 3.0
},
"bottom": 514,
"cameras": {
"arrowColor": [
0.0,
@@ -33,7 +34,19 @@
"selectable": false,
"style": "Hidden"
},
"height": 8.210550308227539,
"image": "2020-field.png",
"left": 96,
"right": 1040,
"targets": {
"arrowColor": [
0.27848100662231445,
1.0,
0.0,
255.0
],
"arrowSize": 58,
"arrowWeight": 6.0,
"color": [
0.05063295364379883,
1.0,
@@ -43,6 +56,8 @@
"style": "Hidden",
"weight": 1.0
},
"top": 25,
"width": 15.982950210571289,
"window": {
"visible": true
}