Pygame base project with extra classes to facilitate some task
- Added entry widget class.
- Added button widget class.
- Added menu based in button widget.
- Added checkbox widget based in button widget.
- Added spinbox widget.
- Chromatic aberration for draw class.
- Shadow effect for draw class.
- Outline for draw class.
- added step argument for increment step by step for spinbox widget.
- added min max value for spinbox widget.
- added int and float support for spinbox widget.
- maximum chars into entry widget is more accurate
- style parameter dont work in checkbox and spinbox
- added style dictionary similar to CSS into entry widget.