Remove Experimental

This commit is contained in:
Mike A. Trethewey
2020-02-12 04:23:57 -08:00
parent 7189d6a5ed
commit 7a38d3afc4
3 changed files with 5 additions and 7 deletions

View File

@@ -70,8 +70,7 @@ def dungeon_page(parent):
{
"Vanilla": "vanilla",
"Basic": "basic",
"Crossed": "crossed",
"Experimental": "experimental"
"Crossed": "crossed"
}
)
self.dungeonWidgets[key].pack(anchor=W)