Version/romnaming refactor
This commit is contained in:
@@ -5,7 +5,7 @@ import json
|
||||
import os
|
||||
from functools import partial
|
||||
from source.classes.Empty import Empty
|
||||
from Main import __version__
|
||||
from Versions import DRVersion
|
||||
|
||||
def generation_page(parent,settings):
|
||||
# Generation Setup
|
||||
@@ -148,9 +148,9 @@ def generation_page(parent,settings):
|
||||
"width": 120,
|
||||
"height": 50
|
||||
}
|
||||
}
|
||||
}
|
||||
diag = Tk()
|
||||
diag.title("Door Shuffle " + __version__)
|
||||
diag.title("Door Shuffle " + DRVersion)
|
||||
diag.geometry(str(dims["window"]["width"]) + 'x' + str(dims["window"]["height"]))
|
||||
text = Text(diag, width=dims["textarea.characters"]["width"], height=dims["textarea.characters"]["height"])
|
||||
text.pack()
|
||||
|
||||
Reference in New Issue
Block a user