FIXME: don't display board until the first move is played
This commit is contained in:
parent
02cb44a000
commit
e27392d803
1 changed files with 3 additions and 0 deletions
|
@ -322,5 +322,8 @@ function initialize_a_star( elt ) {
|
||||||
$( elt ).html( starhtml );
|
$( elt ).html( starhtml );
|
||||||
|
|
||||||
state = load_level( levels, 0 );
|
state = load_level( levels, 0 );
|
||||||
|
// display_level( state, options.dom_place );
|
||||||
|
display_on_canvas( state, "starboard" );
|
||||||
|
|
||||||
start_loop( state, elt );
|
start_loop( state, elt );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue