Anderen2 / RTS

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

rendergui needs a cleanup #46

Closed Anderen2 closed 11 years ago

Anderen2 commented 11 years ago

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 ++)

Anderen2 commented 11 years ago

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

Anderen2 commented 11 years ago

Fixed in commit: e925de1