mobile CSS fixes; enable new game on player start
This commit is contained in:
@@ -66,6 +66,7 @@ Game.prototype.setup = function() {
|
||||
});
|
||||
} else {
|
||||
self.Interface.showMessage("Player starts!", 0, function() {
|
||||
self.Interface.disableRestart(false);
|
||||
self.Interface.disableRollDices(false);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user