Clock Widget
Posted: 21 Jun 2007, 13:09
How can I edit the clock widget so that it won't get covered up by the ping value on the last player? Cause that makes it impossible to read what the game time is.
Open Source Realtime Strategy Game Engine
https://springrts.com/phpbb/
Code: Select all
function widget:DrawScreen()
gl.Color(color)
gl.Text(GetTimeString(), xpos-390, ypos, size, format)
end