Files
PyGame/colors.py
2022-08-25 00:27:03 +02:00

3 lines
42 B
Python

White = (255, 255, 255)
Black = (0, 0, 0)