Skip to content

Commit

Permalink
Merge pull request #1039 from ZeLonewolf/clay-shields-us-co-weld
Browse files Browse the repository at this point in the history
add Weld County Parkway shield
  • Loading branch information
claysmalley authored Apr 2, 2024
2 parents 8d932de + 55e3d76 commit f7fdbc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,10 @@ export function loadShields() {
Color.shields.green,
Color.shields.white
);
shields["US:CO:Weld:WCP"] = {
...pentagonUpShield(3, 15, Color.shields.blue, Color.shields.green),
textHaloColor: Color.shields.white,
};

// Connecticut
shields["US:CT"] = roundedRectShield(
Expand Down

0 comments on commit f7fdbc1

Please sign in to comment.