Skip to content

Commit

Permalink
simaimandrange image
Browse files Browse the repository at this point in the history
  • Loading branch information
amquake committed Oct 25, 2023
1 parent 446f7cf commit c1af304
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions photonlib-java-examples/simaimandrange/2020-infiniterecharge.json
Original file line number Diff line number Diff line change
@@ -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"
}
15 changes: 15 additions & 0 deletions photonlib-java-examples/simaimandrange/simgui.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
],
"weight": 3.0
},
"bottom": 514,
"cameras": {
"arrowColor": [
0.0,
Expand All @@ -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,
Expand All @@ -43,6 +56,8 @@
"style": "Hidden",
"weight": 1.0
},
"top": 25,
"width": 15.982950210571289,
"window": {
"visible": true
}
Expand Down

0 comments on commit c1af304

Please sign in to comment.