mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
some changes
This commit is contained in:
parent
9b1adf2dc1
commit
c8a2ed9415
26 changed files with 243 additions and 613 deletions
|
|
@ -174,12 +174,12 @@ void Player::gameEvent(const ServerEventData &event)
|
|||
zones.at(i)->reorganizeCards();
|
||||
|
||||
if (local) {
|
||||
client->addCounter("life", QColor("white"), 20);
|
||||
client->addCounter("w", QColor(200, 200, 200), 0);
|
||||
client->addCounter("u", QColor(0, 0, 200), 0);
|
||||
client->addCounter("b", QColor(100, 100, 100), 0);
|
||||
client->addCounter("r", QColor(200, 0, 0), 0);
|
||||
client->addCounter("g", QColor(0, 200, 0), 0);
|
||||
client->addCounter("life", Qt::white, 20);
|
||||
client->addCounter("w", QColor(255, 255, 150), 0);
|
||||
client->addCounter("u", QColor(150, 150, 255), 0);
|
||||
client->addCounter("b", QColor(150, 150, 150), 0);
|
||||
client->addCounter("r", QColor(250, 150, 150), 0);
|
||||
client->addCounter("g", QColor(150, 255, 150), 0);
|
||||
client->addCounter("x", QColor(255, 255, 255), 0);
|
||||
client->addCounter("storm", QColor(255, 255, 255), 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue