Added game files from TMP4
This commit is contained in:
@ -36,12 +36,12 @@ class Window(ui.Window):
|
||||
loader.LoadScriptFile(self, fileName)
|
||||
|
||||
|
||||
#wndMgr.SetOutlineFlag(TRUE)
|
||||
#wndMgr.SetOutlineFlag(True)
|
||||
|
||||
class App:
|
||||
def __init__(self, title = "METIN2 UI TEST"):
|
||||
app.SetMouseHandler(mouseModule.mouseController)
|
||||
app.SetHairColorEnable(TRUE)
|
||||
app.SetHairColorEnable(True)
|
||||
wndMgr.SetMouseHandler(mouseModule.mouseController)
|
||||
|
||||
width = systemSetting.GetWidth()
|
||||
|
Reference in New Issue
Block a user