*** empty log message ***

This commit is contained in:
Mark Mine 2000-11-16 21:17:27 +00:00
parent 802673ab3b
commit 5e49b2c509

View File

@ -112,6 +112,8 @@ class LevelEditor(NodePath, PandaObject):
# Initialize pie Menus (this depends on the style dictionary) # Initialize pie Menus (this depends on the style dictionary)
self.initializePieMenus() self.initializePieMenus()
self.panel = LevelEditorPanel(self, parent)
base.cam.node().setNear(5.0) base.cam.node().setNear(5.0)
base.cam.node().setFar(10000) base.cam.node().setFar(10000)
self.direct.camera.setPos(0,-10,10) self.direct.camera.setPos(0,-10,10)
@ -119,8 +121,6 @@ class LevelEditor(NodePath, PandaObject):
# Default is to use the toontown central color palette # Default is to use the toontown central color palette
self.editToontownCentral() self.editToontownCentral()
self.panel = LevelEditorPanel(self, parent)
self.enable() self.enable()
def initializeAttributeDictionary(self): def initializeAttributeDictionary(self):