mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -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
|
||||
self.createColorMenus()
|
||||
# Reset to current mode
|
||||
if self.editMode == 'ToontownCentral':
|
||||
if self.editMode == 'toontownCentral':
|
||||
self.useToontownCentralColors()
|
||||
elif self.editMode == 'DonaldsDock':
|
||||
elif self.editMode == 'donaldsDock':
|
||||
self.useDonaldsDockColors()
|
||||
elif self.editMode == 'MinniesMelodyLand':
|
||||
elif self.editMode == 'minniesMelodyLand':
|
||||
self.useMinniesMelodyLandColors()
|
||||
elif self.editMode == 'TheBurrrgh':
|
||||
elif self.editMode == 'theBurrrgh':
|
||||
self.useTheBurrrghColors()
|
||||
|
||||
def createCorniceMenu(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user