forked from metin2/client
Added game files from TMP4
This commit is contained in:
@ -70,7 +70,7 @@ class WebWindow(ui.ScriptWindow):
|
||||
def OnPressEscapeKey(self):
|
||||
print "close_web:esc_key"
|
||||
self.Close()
|
||||
return TRUE
|
||||
return True
|
||||
|
||||
def OnUpdate(self):
|
||||
newPos = self.GetGlobalPosition()
|
||||
@ -96,7 +96,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)
|
||||
|
Reference in New Issue
Block a user