Skip to content

Commit

Permalink
Merge pull request #983 from ZeLonewolf/clay-shields-sd-custer
Browse files Browse the repository at this point in the history
add shields for Custer State Park, South Dakota
  • Loading branch information
claysmalley authored Oct 29, 2023
2 parents abc304a + ff1af3e commit e5446b1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions icons/shield_us_sd_csp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/constants/color.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const palette = {
pink: "#df4661", // Pantone 198
purple: "#6d2077", // Pantone 259
red: "#bf2033", // Pantone 187
tan: "#ddcba4", // Pantone 468 C
white: "white",
yellow: "#ffcd00", // Pantone 116
yellow_green: "#c4d600", // Pantone 382
Expand All @@ -54,6 +55,7 @@ export const shields = {
pink: palette.pink, // Pantone 198
purple: palette.purple, // Pantone 259
red: palette.red, // Pantone 187
tan: palette.tan, // Pantone 468 C
white: palette.white,
yellow: palette.yellow, // Pantone 116
yellow_green: palette.yellow_green, // Pantone 382
Expand Down
11 changes: 11 additions & 0 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2221,6 +2221,17 @@ export function loadShields() {
Color.shields.white
))
);
shields["US:SD:Custer:CSP"] = {
spriteBlank: "shield_us_sd_csp",
textColor: Color.shields.black,
textLayout: textConstraint("ellipse"),
padding: {
left: 8,
right: 7,
top: 2,
bottom: 8,
},
};

// Tennessee
shields["US:TN:primary"] = {
Expand Down
2 changes: 2 additions & 0 deletions src/shieldtest.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ let networks = [
"CA:ON:primary",
"CA:ON:primary:Toll",

"US:SD:Custer:CSP",

// With banners
"US:I:Truck",
"US:I:Express",
Expand Down

0 comments on commit e5446b1

Please sign in to comment.