Significant restructuring of the main menu

This commit is contained in:
Veronica K. B. Olsen
2019-04-27 00:28:19 +02:00
parent af062c3160
commit d639dcd219
3 changed files with 85 additions and 43 deletions
+2 -1
View File
@@ -25,13 +25,14 @@ class NWItem():
MAX_DEPTH = 8
CLASS_NAME = {
nwItemClass.NO_CLASS : "Custom",
nwItemClass.NO_CLASS : "None",
nwItemClass.NOVEL : "Novel",
nwItemClass.PLOT : "Plot",
nwItemClass.CHARACTER : "Characters",
nwItemClass.WORLD : "Locations",
nwItemClass.TIMELINE : "Timeline",
nwItemClass.OBJECT : "Objects",
nwItemClass.CUSTOM : "Custom",
}
CLASS_FLAG = {
nwItemClass.NO_CLASS : "X",