This commit is contained in:
Adam Osiowy 2020-03-28 12:21:26 +01:00
parent 64e0470ace
commit 8c2b403d60

View File

@ -1,6 +1,10 @@
import pygame
#testujemy
# Define some colors
BLACK = (0, 0, 0)
WHITE = (255, 255, 255)