Skip to content

Commit

Permalink
Merge branch 'main' into 1ec5-cy-national
Browse files Browse the repository at this point in the history
  • Loading branch information
claysmalley authored Oct 10, 2022
2 parents 9310af7 + bed676d commit 186b39f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2343,11 +2343,6 @@ export function loadShields(shieldImages) {
Color.shields.blue,
Color.shields.white
);
shields["US:TX:CTRMA"] = roundedRectShield(
Color.shields.blue,
Color.shields.yellow,
Color.shields.white
);
shields["US:TX:Express:Toll"] = banneredShield(shields["US:TX:Toll"], [
"EXPR",
]);
Expand All @@ -2356,6 +2351,14 @@ export function loadShields(shieldImages) {
"EXPR",
"LOOP",
]);
shields["US:TX:CTRMA"] = roundedRectShield(
Color.shields.blue,
Color.shields.yellow,
Color.shields.white
);
shields["US:TX:CTRMA:Express"] = banneredShield(shields["US:TX:CTRMA"], [
"EXPR",
]);
shields["US:TX:Montgomery:MCTRA"] = homeDownShieldBlueRed;
shields["US:TX:Fort_Bend:FBCTRA"] = {
backgroundImage: shieldImages.shield_us_tx_fbctra,
Expand Down

0 comments on commit 186b39f

Please sign in to comment.