MCPcopy Create free account
hub / github.com/geekcomputers/Python / draw

Method draw

Flappy Bird - created with tkinter/Flappy Bird.py:35–36  ·  view source on GitHub ↗
(self, screen)

Source from the content-addressed store, hash-verified

33 self.vel = -10
34
35 def draw(self, screen):
36 screen.blit(self.image, (self.x, self.y))
37
38
39# Pipe class

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected