pull/260/head
tobspr 4 years ago
parent d5b9a5b562
commit 0b95f3b208

@ -477,6 +477,10 @@
.sidelinks > a {
background-color: darken($darkModeGameBackground, 10);
color: #eee;
&:hover {
background-color: darken($darkModeGameBackground, 8);
}
}
.author {

@ -246,6 +246,6 @@ export class HUDShop extends BaseHUDPart {
tryUnlockNextTier(upgradeId) {
// Nothing
this.root.hubGoals.tryUnlockUgprade(upgradeId);
this.root.hubGoals.tryUnlockUpgrade(upgradeId);
}
}

Loading…
Cancel
Save