Page 1 of 1
Clock Widget
Posted: 15 Aug 2007, 00:35
by CaptainMaim
I've been wondering if someone could edit the clock widget so it can be dragged about. Mine sits under the player names and pings so I can only clearly make out the seconds the game's been going on.
Posted: 15 Aug 2007, 00:46
by ZellSF
Spring\LuaUI\Config\widget_data.lua
you can manually change it there
Posted: 15 Aug 2007, 02:51
by stilicho
Or open up gui_clock.lua in the widgets folder and change "local yposf = 0.010" to "local yposf = 0.95". That should place it just below the the resource bar on the top right.
Posted: 15 Aug 2007, 03:35
by CaptainMaim
Thanks! That worked. Though I did move it a tad down so another widget wasn't on top of, or underneath it.