forked from metin2/client
Added game files from TMP4
This commit is contained in:
@ -8,7 +8,7 @@ import grp
|
||||
import ui
|
||||
|
||||
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)
|
||||
@ -34,7 +34,7 @@ class TestGame(ui.Window):
|
||||
|
||||
def OnKeyUp(self, key):
|
||||
print key
|
||||
return TRUE
|
||||
return True
|
||||
|
||||
def OnUpdate(self):
|
||||
app.UpdateGame()
|
||||
|
Reference in New Issue
Block a user