- pin mouse follow place holder
parent
a2e21a6be1
commit
36983ea6f9
3
game.py
3
game.py
|
@ -117,6 +117,9 @@ def main():
|
||||||
score += 100
|
score += 100
|
||||||
elif hit == False:
|
elif hit == False:
|
||||||
score -= 50
|
score -= 50
|
||||||
|
if event.type == MOUSEMOTION:
|
||||||
|
# implement pin who follows mouse here
|
||||||
|
pass
|
||||||
|
|
||||||
# Had enough of this?
|
# Had enough of this?
|
||||||
if event.type == pygame.QUIT:
|
if event.type == pygame.QUIT:
|
||||||
|
|
Loading…
Reference in New Issue