1

added textures to options

This commit is contained in:
Jake Howard 2015-05-11 13:01:56 +01:00
parent 30d08f0036
commit ae52af7426

4
GUI.py
View File

@ -54,8 +54,10 @@ class Main_Window:
class Options_Window:
def __init__(self):
self.textures = Textures()
self.options = {
"Difficulty": 120
"Difficulty": 120,
"Textures": self.textures
}
def display(self, master):