- pin mouse follow place holder

master
Steve Clement 2014-08-30 22:15:52 +02:00
parent a2e21a6be1
commit 36983ea6f9
1 changed files with 3 additions and 0 deletions

View File

@ -117,6 +117,9 @@ def main():
score += 100
elif hit == False:
score -= 50
if event.type == MOUSEMOTION:
# implement pin who follows mouse here
pass
# Had enough of this?
if event.type == pygame.QUIT: