Skip to content

Commit

Permalink
Merge branch 'main' into clay-busway
Browse files Browse the repository at this point in the history
  • Loading branch information
claysmalley authored Apr 7, 2023
2 parents 918cad6 + bf303b1 commit 32db65d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
4 changes: 4 additions & 0 deletions icons/shield_us_ny_parkway_li.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/shield_us_ny_parkway_losp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2390,6 +2390,21 @@ export function loadShields() {
colorLighten: Color.shields.white,
colorDarken: Color.shields.green,
};
shields["US:NY:Parkway:LI"] = {
spriteBlank: "shield_us_ny_parkway_li",
textColor: Color.shields.black,
padding: {
left: 6,
right: 2,
top: 2,
bottom: 8,
},
};
shields["US:NY:Parkway:LOSP"] = {
noref: {
spriteBlank: "shield_us_ny_parkway_losp",
},
};
shields["US:NY:Parkway:NYC"] = {
spriteBlank: "shield_us_ny_parkway_nyc",
textColor: Color.shields.black,
Expand Down
1 change: 1 addition & 0 deletions src/shieldtest.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ let networks = [
"US:DC",
"US:FL",
"US:NH",
"US:NY:Parkway:LI",
"US:NY:Parkway:NYC",
"US:OK",
"US:SC",
Expand Down

0 comments on commit 32db65d

Please sign in to comment.