mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
*** empty log message ***
This commit is contained in:
parent
d676be4123
commit
71b3fad763
@ -3048,6 +3048,10 @@ class LevelEditorPanel(Pmw.MegaToplevel):
|
|||||||
'Reload Color Palettes',
|
'Reload Color Palettes',
|
||||||
label = 'Reload Colors',
|
label = 'Reload Colors',
|
||||||
command = self.levelEditor.recreateColorMenus)
|
command = self.levelEditor.recreateColorMenus)
|
||||||
|
menuBar.addmenuitem('Level Editor', 'command',
|
||||||
|
'Reload Style Palettes',
|
||||||
|
label = 'Reload Styles',
|
||||||
|
command = self.levelEditor.recreateStyleMenus)
|
||||||
menuBar.addmenuitem('Level Editor', 'command',
|
menuBar.addmenuitem('Level Editor', 'command',
|
||||||
'Exit Level Editor Panel',
|
'Exit Level Editor Panel',
|
||||||
label = 'Exit',
|
label = 'Exit',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user