mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Added colored storm counter
This commit is contained in:
parent
69a9484e45
commit
9a36ac8035
4 changed files with 519 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ void Server_Player::setupZones()
|
|||
addCounter(new Server_Counter(4, "r", makeColor(250, 150, 150), 20, 0));
|
||||
addCounter(new Server_Counter(5, "g", makeColor(150, 255, 150), 20, 0));
|
||||
addCounter(new Server_Counter(6, "x", makeColor(255, 255, 255), 20, 0));
|
||||
addCounter(new Server_Counter(7, "storm", makeColor(255, 255, 255), 20, 0));
|
||||
addCounter(new Server_Counter(7, "storm", makeColor(255, 150, 30), 20, 0));
|
||||
|
||||
initialCards = 7;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue