|
@@ -10,7 +10,7 @@ function init()
|
10
|
10
|
clientVersionLabel = background:getChildById('clientVersionLabel')
|
11
|
11
|
clientVersionLabel:setText(g_app.getName() .. ' ' .. g_app.getVersion() .. '\n' ..
|
12
|
12
|
'Rev ' .. g_app.getBuildRevision() .. ' ('.. g_app.getBuildCommit() .. ')\n' ..
|
13
|
|
- 'Built on ' .. g_app.getBuildDate())
|
|
13
|
+ 'Built on ' .. g_app.getBuildDate() .. '\n' .. g_app.getBuildCompiler())
|
14
|
14
|
|
15
|
15
|
if not g_game.isOnline() then
|
16
|
16
|
addEvent(function() g_effects.fadeIn(clientVersionLabel, 1500) end)
|