mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
删除物理演示菜单,正式接入物理引擎。
This commit is contained in:
parent
92ecb8acb2
commit
e42e14dc98
@ -6,7 +6,7 @@ import GeometryMenu from './GeometryMenu';
|
||||
import LightMenu from './LightMenu';
|
||||
import AssetMenu from './AssetMenu';
|
||||
import TerrainMenu from './TerrainMenu';
|
||||
import PhysicsMenu from './PhysicsMenu';
|
||||
// import PhysicsMenu from './PhysicsMenu';
|
||||
import ComponentMenu from './ComponentMenu';
|
||||
import PlayMenu from './PlayMenu';
|
||||
import OptionsMenu from './OptionsMenu';
|
||||
@ -27,7 +27,9 @@ Menubar.prototype = Object.create(UI.Control.prototype);
|
||||
Menubar.prototype.constructor = Menubar;
|
||||
|
||||
Menubar.prototype.render = function () {
|
||||
var params = { app: this.app };
|
||||
var params = {
|
||||
app: this.app
|
||||
};
|
||||
|
||||
var container = UI.create({
|
||||
xtype: 'div',
|
||||
@ -45,7 +47,7 @@ Menubar.prototype.render = function () {
|
||||
new LightMenu(params),
|
||||
new AssetMenu(params),
|
||||
new TerrainMenu(params),
|
||||
new PhysicsMenu(params),
|
||||
// new PhysicsMenu(params),
|
||||
new ComponentMenu(params),
|
||||
new PlayMenu(params),
|
||||
new OptionsMenu(params),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user