mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-27 09:58:44 +01:00
FIXME: don't display board until the first move is played
This commit is contained in:
parent
ea9ba295b6
commit
8581b817d3
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