mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 08:15:18 -04:00
*** empty log message ***
This commit is contained in:
parent
802673ab3b
commit
5e49b2c509
@ -112,6 +112,8 @@ class LevelEditor(NodePath, PandaObject):
|
||||
# Initialize pie Menus (this depends on the style dictionary)
|
||||
self.initializePieMenus()
|
||||
|
||||
self.panel = LevelEditorPanel(self, parent)
|
||||
|
||||
base.cam.node().setNear(5.0)
|
||||
base.cam.node().setFar(10000)
|
||||
self.direct.camera.setPos(0,-10,10)
|
||||
@ -119,8 +121,6 @@ class LevelEditor(NodePath, PandaObject):
|
||||
# Default is to use the toontown central color palette
|
||||
self.editToontownCentral()
|
||||
|
||||
self.panel = LevelEditorPanel(self, parent)
|
||||
|
||||
self.enable()
|
||||
|
||||
def initializeAttributeDictionary(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user