Skip to content

Commit

Permalink
Add 2022 field image
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Jan 8, 2022
1 parent 1956cac commit 878aec7
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 61 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
* You can now export the opened log as a CSV file!
* A progress bar is now shown when downloading logs over SFTP.
* The field count shown in the side bar no longer includes individual array items.
* The name of ".rlog" files registered with the OS is now "Robot Logs" instead of "Robot logs" (to better match other formats).
Added a 2022 field image extracted from the manual. This is likely to change if better renders are available.
Binary file added games/2022-field.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions games/games.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
// List of games and rendering info. Field images should be oriented with blue on the left and red on the right.
export const GameConstants = [
{
title: "2022",
filename: "2022-field.jpg",
source: "https://firstfrc.blob.core.windows.net/frc2022/Manual/2022FRCGameManual.pdf",
topLeft: [149, 24],
bottomRight: [1043, 472],
widthInches: 648,
heightInches: 324
},
{
title: "2020",
filename: "2020-field.png",
Expand Down
146 changes: 90 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "advantage-scope",
"productName": "Advantage Scope",
"version": "1.10.0",
"version": "1.10.1",
"description": "Logging tool from FRC Team 6328.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 878aec7

Please sign in to comment.