ForceMax3D 0 Posted July 9, 2017 Share Posted July 9, 2017 (edited) Ola, não sei novamente se estou postando na Area correta porém prescisso urgentemente de uma ajuda sobre ocultar a built ou seja esse quadrado no inferior direito ou modificar o que está escrito nele por outro texto se alguem puder ajudar, agradeço desde já. Imagem Do Poblema E Link: http://imgur.com/a/Z0mJf Edited July 9, 2017 by ForceMax3D Link to comment Share on other sites More sharing options...
Nogard 272 Posted July 9, 2017 Share Posted July 9, 2017 modules\client_background\background.lua clientVersionLabel = background:getChildById('clientVersionLabel') clientVersionLabel:setText(g_app.getName() .. ' ' .. g_app.getVersion() .. '\n' .. 'Rev ' .. g_app.getBuildRevision() .. ' ('.. g_app.getBuildCommit() .. ')\n' .. 'Built on ' .. g_app.getBuildDate()) Link to comment Share on other sites More sharing options...
ForceMax3D 0 Posted July 9, 2017 Author Share Posted July 9, 2017 12 horas atrás, Nogard disse: modules\client_background\background.lua clientVersionLabel = background:getChildById('clientVersionLabel') clientVersionLabel:setText(g_app.getName() .. ' ' .. g_app.getVersion() .. '\n' .. 'Rev ' .. g_app.getBuildRevision() .. ' ('.. g_app.getBuildCommit() .. ')\n' .. 'Built on ' .. g_app.getBuildDate()) E Como eu Oculto Ou Mudo oque ta escríto ? Link to comment Share on other sites More sharing options...
Nogard 272 Posted July 9, 2017 Share Posted July 9, 2017 Agora, ForceMax3D disse: E Como eu Oculto Ou Mudo oque ta escríto ? Repare no que você pediu e no bloco que coloquei: g_app.getName(), Rev, Built on. São as mesmas 3 linhas de lá. clientVersionLabel:setText(g_app.getName() .. ' ' .. g_app.getVersion() .. '\n' .. 'Rev ' .. g_app.getBuildRevision() .. ' ('.. g_app.getBuildCommit() .. ')\n' .. 'Built on ' .. g_app.getBuildDate()) Pra retirar bastaria apagar essa linha: addEvent(function() g_effects.fadeIn(clientVersionLabel, 1500) end) Link to comment Share on other sites More sharing options...
Recommended Posts