diff --git a/star.js/js/star.js b/star.js/js/star.js index 21543a0..7acf888 100644 --- a/star.js/js/star.js +++ b/star.js/js/star.js @@ -322,5 +322,8 @@ function initialize_a_star( elt ) { $( elt ).html( starhtml ); state = load_level( levels, 0 ); +// display_level( state, options.dom_place ); + display_on_canvas( state, "starboard" ); + start_loop( state, elt ); }