Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local tempo=1;
- function eventLoop(currentTime, timeRemaining)
- tempo = tempo +0.5
- if (tempo%1 == 0) then
- T = string.format("%.2d:%.2d",tempo/60%999999, tempo%60)
- tfm.exec.setUIMapName("<N>Tempo Jogado: <J>"..T.."</J>")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement