a3722d1cb4
Re-formats with Black (no changes to functionality)
e9a378f4bc
Re-formats with Black (no changes to functionality)
ba0fd23a43
Includes Richard on authors list
86945db998
typo fix
5ebb418a3a
Updates README to account for the pygame version of gasp
50167ce941
For real this time
03de87f802
Fixes import color
3894c1f91c
Simplifies color
271ac7e85a
Make Text appear at the proper y coordinate
move_to(circle, location) is buggy
I've resolved the issue with where Text is positioned.
In test_move_to_circle.py did you mean to start the circle at (400, 300) and then have it move_to (500, 300)? From what you described, the...
dcec950adc
Change how color.py is imported to account for Richard's improvements
61423d2c78
Big update to color.py, thanks Richard!
Significant Improvement on GASP Color System
Significant Improvement on GASP Color System
Ah I see what was causing that. When using from . import color in gasp.py the color.HEX.WHITE was necessary but using from .color import * resolves that. I've thought about it some more and I'm...
Significant Improvement on GASP Color System
Richard,
Props to you for the initiative to write all this!
Regarding your first point, I am hesitant to agree about the case insensitivity. Python is a case sensitive language (like most...
66a6a9b605
Makes code easier to reaad
949732ebfa
Adds support for numpad input
404803ec62
Should be fixed on Linux (maybe Windows) by forcing _clear_keys during update_when
read_yesorno is broken
e260eab63f
Improves read_yesorno