f1d4fb2d1c50249fdfe561a4b428d79b186272c5
This commit aims to clean up the significant mess that was the timer code and amassing of functions. In order to better clean up the main GUI code these functions have been moved to their own respective script files. More specifically any future commits that contain window styling aspects will be added to the styles.py script and any timer related code will be moved into timers.py. The timer code has also been abstracted a little more, however, we are still restricted by the API, one solution would be to modify warpy and better standardize the returns from the three open world json objects. Currently there is explicit handler functions within the class that can set this information, however, it may be more reasonable to return smarter json objects that have the current state attached.
tennoui
A Python based non-intrusive game overlay for Warframe
Description
Languages
Python
100%