Added game files from TMP4

This commit is contained in:
2023-07-21 21:55:58 +03:00
parent bb44b31af9
commit eb47a22455
9325 changed files with 276198 additions and 69890 deletions

View File

@ -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()