Harvest points can now be depleted
This commit is contained in:
@@ -19,16 +19,13 @@ public class HotkeyModel
|
||||
return KeyType == KeyType.Action ? "#404146"
|
||||
: KeyType == KeyType.Cancel ? "#621b1b"
|
||||
: KeyType == KeyType.ControlGroup ? "#443512"
|
||||
|
||||
: KeyType == KeyType.Army ? "#443512"
|
||||
: KeyType == KeyType.Train ? "#124443"
|
||||
: KeyType == KeyType.Research ? "#221244"
|
||||
: KeyType == KeyType.Construct ? "#122844"
|
||||
: KeyType == KeyType.Pyre ? "#441212"
|
||||
|
||||
: KeyType == KeyType.Pyre ? "#441212"
|
||||
: KeyType == KeyType.Advance ? "#23262c"
|
||||
: KeyType == KeyType.Economy ? "#262c23"
|
||||
|
||||
: "#37393F";
|
||||
}
|
||||
|
||||
@@ -78,7 +75,7 @@ public class HotkeyModel
|
||||
PositionX = 0,
|
||||
PositionY = 0
|
||||
},
|
||||
|
||||
|
||||
new()
|
||||
{
|
||||
KeyText = "TAB",
|
||||
|
||||
Reference in New Issue
Block a user