MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / rotate_bird

Function rotate_bird

projects/Flappybird_game/main.py:43–45  ·  view source on GitHub ↗
(bird)

Source from the content-addressed store, hash-verified

41
42
43def rotate_bird(bird):
44 new_bird = pygame.transform.rotozoom(bird, -bird_movement * 5, 1)
45 return new_bird
46
47
48def bird_animation():

Callers 1

main.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected