10-08-2013, 05:08 PM
(10-08-2013, 04:21 PM)5m0k3 Wrote: Having black blotches around my screen after installing this. The blotches show up when the XP window is the active ingame window.
This is interesting. I too was seeing this but I thought it was something with my computer. Any devs out there wish to comment? I am practically using the same GUI Window logic as in the 'Dev' GUI window.
Code:
GUI_NewWindow("XPStats",400,300,250,170);
GUI_NewField("XPStats","Total XP gained: ", "total_xp_gained", "XP")
GUI_NewField("XPStats","XP per Hour: ","xp_per_hour", "XP");
GUI_NewField("XPStats","TTL (Hours): ","time_to_level", "XP");
GUI_NewField("XPStats","Session length: ","elapsed_time", "XP");
GUI_NewField("XPStats","XP: ","xp_string", "XP");
GUI_NewField("XPStats","Required XP:","required_xp", "XP");