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

Function introImg

projects/car game/Game.py:29–32  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

27
28
29def introImg(x, y):
30 intro = pygame.image.load("intro.png")
31
32 screen.blit(intro, (x, y))
33
34
35def instructionIMG(x, y):

Callers 1

introscreenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected