Adding settings for autoAccept and autoPass options.
This commit is contained in:
@@ -59,6 +59,10 @@
|
||||
border-color: #ff0000;
|
||||
}
|
||||
|
||||
#chatBox {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.chatMessage {
|
||||
color: #3fafff;
|
||||
}
|
||||
|
||||
@@ -115,9 +115,6 @@ var GempLotrGameUI = Class.extend({
|
||||
this.gameStateElem.append("<div class='phase' id='SKIRMISH'>Skirmish</div>");
|
||||
this.gameStateElem.append("<div class='phase' id='REGROUP'>Regroup</div>");
|
||||
|
||||
this.gameStateElem.append("<br>");
|
||||
|
||||
this.gameStateElem.append("<b>Twilight pool:</b><br>");
|
||||
this.gameStateElem.append("<div class='twilightPool'>0</div>");
|
||||
|
||||
$("#main").append(this.gameStateElem);
|
||||
|
||||
Reference in New Issue
Block a user