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

Function ABOUT

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

Source from the content-addressed store, hash-verified

60
61
62def ABOUT(x, y):
63 aboutText = IntroFont.render("ABOUT", True, (255, 0, 0))
64 screen.blit(aboutText, (x, y))
65
66
67def Instruction(x, y):

Callers 1

introscreenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected