Skip to content

Commit

Permalink
fix bannerTextColor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
claysmalley committed Jun 3, 2024
1 parent 0b293ee commit 8073dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export function loadShields() {
shields["GLCT:Loop"] = {
...shields["GLCT"],
banners: ["LOOP"],
bannerColor: Color.shields.brown,
bannerTextColor: Color.shields.brown,
overrideByRef: {
LMCT: {
spriteBlank: "shield_glct_lmct",
Expand Down

0 comments on commit 8073dfd

Please sign in to comment.