Commit 7b7aae97 by BellCodeEditor

save project

parent 5464717f
Showing with 7 additions and 2 deletions
......@@ -20,4 +20,9 @@ list_message.insert(index,noise)
result_message="".join(list_message)
print(result_message)
print(key_message)
\ No newline at end of file
print(key_me
angle = 0
NewLogo = pygame.transfrom.rotate(logo_img,angle)
newRect = NewLogo.get_rect(center=(320,200))
pos=newRect[0],newRect[1]
angle +=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