update break alliance raidal button color

This commit is contained in:
evanpelle
2024-10-02 20:22:45 -07:00
parent 1e1fb8026b
commit 5d1e1073ee
+1 -1
View File
@@ -254,7 +254,7 @@ export class RadialMenu implements Layer {
}
if (myPlayer.isAlliedWith(other)) {
this.activateMenuElement(Slot.Alliance, "#b1593f", traitorIcon, () => {
this.activateMenuElement(Slot.Alliance, "#c74848", traitorIcon, () => {
this.eventBus.emit(
new SendBreakAllianceIntentEvent(myPlayer, other)
)