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

@ -126,7 +126,7 @@ class AutoBanQuizWindow(ui.ScriptWindow):
net.SendChatPacket("/autoban_refresh")
def OnPressEscapeKey(self):
return TRUE
return True
def OnUpdate(self):
restTime = self.endTime - app.GetTime()
@ -147,7 +147,7 @@ if __name__ == "__main__":
import localeInfo
app.SetMouseHandler(mouseModule.mouseController)
app.SetHairColorEnable(TRUE)
app.SetHairColorEnable(True)
wndMgr.SetMouseHandler(mouseModule.mouseController)
wndMgr.SetScreenSize(systemSetting.GetWidth(), systemSetting.GetHeight())
app.Create("METIN2", systemSetting.GetWidth(), systemSetting.GetHeight(), 1)