s0lst1ce / pigUI

A WIP Pygame GUI toolkit.
https://discord.gg/mpGM5cg
GNU General Public License v3.0
3 stars 0 forks source link

Duplicate code in Label and TextButton #11

Closed s0lst1ce closed 5 years ago

s0lst1ce commented 5 years ago

The from_background classmethod is identical in both classes be copypasted nonetheless. Find a way to merge those code blocks into a single one to make the code more readable and less redundant.

s0lst1ce commented 5 years ago

This goes for ImageButton as well