Feature In-Game Compass #27
@ -12,6 +12,10 @@ html, body {
 | 
				
			|||||||
    padding: 0;
 | 
					    padding: 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					body {
 | 
				
			||||||
 | 
					    background-color: #cccccc;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
button::-moz-focus-inner, input::-moz-focus-inner {
 | 
					button::-moz-focus-inner, input::-moz-focus-inner {
 | 
				
			||||||
    padding: 0;
 | 
					    padding: 0;
 | 
				
			||||||
    border: 0;
 | 
					    border: 0;
 | 
				
			||||||
@ -374,6 +378,7 @@ header>p>span:not(:last-child) {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
main {
 | 
					main {
 | 
				
			||||||
 | 
					    background-color: #ffffff;
 | 
				
			||||||
    padding: 6px 12px;
 | 
					    padding: 6px 12px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -17,7 +17,7 @@
 | 
				
			|||||||
        adaptGuess: false,
 | 
					        adaptGuess: false,
 | 
				
			||||||
        googleLink: null,
 | 
					        googleLink: null,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        readyToContinue: false,
 | 
					        readyToContinue: true,
 | 
				
			||||||
        timeoutEnd: null,
 | 
					        timeoutEnd: null,
 | 
				
			||||||
        countdownHandler: null,
 | 
					        countdownHandler: null,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -97,6 +97,8 @@
 | 
				
			|||||||
            },
 | 
					            },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            initialize: function (data) {
 | 
					            initialize: function (data) {
 | 
				
			||||||
 | 
					                Game.readyToContinue = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                if (data.history.length === 0 && !data.place) {
 | 
					                if (data.history.length === 0 && !data.place) {
 | 
				
			||||||
                    var div = document.getElementById('players');
 | 
					                    var div = document.getElementById('players');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user