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

Function draw_floor

projects/Flappybird_game/main.py:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3
4def draw_floor():
5 screen.blit(floor_surface, (floor_x_pos, 512 - 75))
6 screen.blit(floor_surface, (floor_x_pos + 200, 512 - 75))
7
8
9def create_pipe():

Callers 1

main.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected