提交 f6811156 编写于 作者: M Mr.doob

Editor: Better to have Player on top of Editor.

上级 c3a6b0e9
......@@ -162,12 +162,12 @@
var viewport = new Viewport( editor );
document.body.appendChild( viewport.dom );
var player = new Player( editor );
document.body.appendChild( player.dom );
var script = new Script( editor );
document.body.appendChild( script.dom );
var player = new Player( editor );
document.body.appendChild( player.dom );
var toolbar = new Toolbar( editor );
document.body.appendChild( toolbar.dom );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册