Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ draw_text
Function
draw_text
Street_Fighter/src/main.py:99–101 ·
view source on GitHub ↗
(text, font, color, x, y)
Source
from the content-addressed store, hash-verified
97
98
99
def
draw_text(text, font, color, x, y):
100
img = font.render(text, True, color)
101
screen.blit(img, (x, y))
102
103
104
def
blur_bg(image):
Callers
4
main_menu
Function · 0.85
scores_screen
Function · 0.85
countdown
Function · 0.85
game_loop
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected