Commit 656d4e96 by BellCodeEditor

save project

parent 4e7fa714
Showing with 11 additions and 3 deletions
a=1 while True:
a=a+5 current_pos = []
\ No newline at end of file for cube in curret_shape:
pos = (cube[0] + center[0],cube[1] + center[1])
current_pos.append(pos)
for cube in current_pos:
pygame.draw.rect(screen,(255,0,0),
(cude[1] * 20-20,cude[0] * 20-20,20,20),0)
pygame.draw.rect(screen,(255,255,255),
(cude[1] * 20-20,cude[0] * 20-20,20,20),1)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment