mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
*** empty log message ***
This commit is contained in:
parent
8553c342bf
commit
6499b58430
@ -1114,13 +1114,13 @@ class LevelEditor(NodePath, PandaObject):
|
|||||||
currentMode = self.editMode
|
currentMode = self.editMode
|
||||||
self.createColorMenus()
|
self.createColorMenus()
|
||||||
# Reset to current mode
|
# Reset to current mode
|
||||||
if self.editMode == 'ToontownCentral':
|
if self.editMode == 'toontownCentral':
|
||||||
self.useToontownCentralColors()
|
self.useToontownCentralColors()
|
||||||
elif self.editMode == 'DonaldsDock':
|
elif self.editMode == 'donaldsDock':
|
||||||
self.useDonaldsDockColors()
|
self.useDonaldsDockColors()
|
||||||
elif self.editMode == 'MinniesMelodyLand':
|
elif self.editMode == 'minniesMelodyLand':
|
||||||
self.useMinniesMelodyLandColors()
|
self.useMinniesMelodyLandColors()
|
||||||
elif self.editMode == 'TheBurrrgh':
|
elif self.editMode == 'theBurrrgh':
|
||||||
self.useTheBurrrghColors()
|
self.useTheBurrrghColors()
|
||||||
|
|
||||||
def createCorniceMenu(self):
|
def createCorniceMenu(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user