[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

View File

@@ -0,0 +1,19 @@
{
"game": "Charged Up",
"field-image": "2023-field.png",
"field-corners": {
"top-left": [
46,
36
],
"bottom-right": [
1088,
544
]
},
"field-size": [
54.27083,
26.2916
],
"field-unit": "foot"
}