forked from metin2/client
Added game files from TMP4
This commit is contained in:
@ -218,7 +218,7 @@ class BigBoard(ui.Bar):
|
||||
leaveList = []
|
||||
for madeTime, text in self.tipList:
|
||||
if curTime + self.TIP_DURATION <= madeTime:
|
||||
leaveList.append(tip)
|
||||
leaveList.append(text)
|
||||
|
||||
self.tipList = leaveList
|
||||
|
||||
@ -309,10 +309,10 @@ if __name__ == "__main__":
|
||||
import grp
|
||||
import ui
|
||||
|
||||
#wndMgr.SetOutlineFlag(TRUE)
|
||||
#wndMgr.SetOutlineFlag(True)
|
||||
|
||||
app.SetMouseHandler(mouseModule.mouseController)
|
||||
app.SetHairColorEnable(TRUE)
|
||||
app.SetHairColorEnable(True)
|
||||
wndMgr.SetMouseHandler(mouseModule.mouseController)
|
||||
wndMgr.SetScreenSize(systemSetting.GetWidth(), systemSetting.GetHeight())
|
||||
app.Create("METIN2 CLOSED BETA", systemSetting.GetWidth(), systemSetting.GetHeight(), 1)
|
||||
|
Reference in New Issue
Block a user