mobile CSS fixes; enable new game on player start
This commit is contained in:
@@ -66,6 +66,7 @@ Game.prototype.setup = function() {
|
|||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
self.Interface.showMessage("Player starts!", 0, function() {
|
self.Interface.showMessage("Player starts!", 0, function() {
|
||||||
|
self.Interface.disableRestart(false);
|
||||||
self.Interface.disableRollDices(false);
|
self.Interface.disableRollDices(false);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-6
@@ -110,12 +110,8 @@ hr {
|
|||||||
|
|
||||||
.score-container .zilch {
|
.score-container .zilch {
|
||||||
color: gray;
|
color: gray;
|
||||||
font-weight: normal;
|
font-size: 18px;
|
||||||
display: block;
|
line-height: 25px;
|
||||||
height: 25px;
|
|
||||||
width: 100%;
|
|
||||||
position: relative;
|
|
||||||
bottom: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.score-container.active .zilch {
|
.score-container.active .zilch {
|
||||||
|
|||||||
Reference in New Issue
Block a user