Anderen2 / RTS

An 3D LAN-Multiplayer (R)eal (T)ime (S)trategy game (C&C Generals style) made in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rendergui needs a cleanup

Anderen2 opened this issue · comments

Rendergui is a gigantic mess of code. Suggestion: Split up the code in the different gui elements. Add a folder render/gui and add the files there (Aka one file per element, one for chat, one for tacticalbuttons, one for the minimap ++)

Follow the layout in the mapeditors gui (uglobal.py)

Fixed in commit: e925de1