Commit cad3254 1 parent f92dbfc commit cad3254 Copy full SHA for cad3254
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 13
13
* General Public License for more details.
14
14
*
15
15
* You should have received a copy of the GNU General Public License
16
- * along with this program. If not, see <http://www.gnu.org/licenses />.
16
+ * along with this program. If not, see <http://www.gnu.org/licenfses />.
17
17
*/
18
18
19
19
// TO DO: massive overhaul & code simplification:
39
39
//// OPTIONS
40
40
41
41
var stream_interval_ms = 150 ; //150; // how often to send a stream update (ms)
42
- var update_interval_ms = 10000 ; // how often to send a full update (ms)
42
+ var update_interval_ms = 20000 ; // how often to send a full update (ms)
43
43
var draw_interval_ms = 10 ; // how often to draw the canvas (ms)
44
44
45
45
if ( ! window . chrome || / A n d r o i d | w e b O S | i P h o n e | i P a d | i P o d | B l a c k B e r r y | I E M o b i l e | O p e r a M i n i / i. test ( navigator . userAgent ) ) {
Original file line number Diff line number Diff line change @@ -420,6 +420,8 @@ function setup() {
420
420
clues [ 9 ] . set_target ( 135.61813311487606 , - 840.816635940202 ) ;
421
421
clues [ 10 ] . set_target ( 132.3928565620677 , - 1092.8626848277966 ) ;
422
422
423
+ // Deselecte everything
424
+ board . deselect_pieces ( ) ;
423
425
}
424
426
425
427
// Start the show!
You can’t perform that action at this time.
0 commit comments