MCPcopy
hub / github.com/CharlesPikachu/Games / draw

Method draw

cpgames/core/games/pingpong/modules/sprites.py:68–69  ·  view source on GitHub ↗
(self, screen)

Source from the content-addressed store, hash-verified

66 self.speed = 1
67 '''绑定到屏幕上'''
68 def draw(self, screen):
69 screen.blit(self.image, self.rect)
70
71
72'''乒乓球拍'''

Callers 2

GamingInterfaceMethod · 0.95
startLevelGameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected