back to otclient dev, with new background!

* show otclient version in background
* disable about module (don't really need it)
* new function for formating strings like sprintf, Fw::formatString
* new nice background (taken from RPG maker XV)
* update contact information in README
* fix text rendering issues with opacity
This commit is contained in:
Eduardo Bart
2012-03-16 10:28:29 -03:00
parent b46d4c4d5f
commit a24212d4de
20 changed files with 69 additions and 21 deletions

View File

@@ -80,6 +80,7 @@ function EnterGame.init()
enterGame:getChildById('accountNameLineEdit'):focus()
-- only open entergame when app starts
enterGame:hide()
if not g_app.isRunning() then
if #account > 0 and autologin then
addEvent(EnterGame.doLogin)