Connected the make root menu options.

This commit is contained in:
Veronica K. B. Olsen
2019-04-28 12:32:05 +02:00
parent cd64b3f917
commit e00b3b4c20
4 changed files with 24 additions and 8 deletions
+2 -1
View File
@@ -35,13 +35,14 @@ class NWItem():
nwItemClass.CUSTOM : "Custom",
}
CLASS_FLAG = {
nwItemClass.NO_CLASS : "X",
nwItemClass.NO_CLASS : "0",
nwItemClass.NOVEL : "N",
nwItemClass.PLOT : "P",
nwItemClass.CHARACTER : "C",
nwItemClass.WORLD : "L",
nwItemClass.TIMELINE : "T",
nwItemClass.OBJECT : "O",
nwItemClass.CUSTOM : "X",
}
LAYOUT_NAME = {
nwItemLayout.NO_LAYOUT : "None",