MCPcopy Create free account
hub / github.com/brain-workshop/brainworkshop / draw

Method draw

brainworkshop.py:2950–2951  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2948 x=field.center_x, y=field.center_y - scale_to_height(27),
2949 anchor_x='center', anchor_y='center')
2950 def draw(self):
2951 self.label.draw()
2952
2953# this is the word "Paused" which appears when the game is paused.
2954class PausedLabel:

Callers

nothing calls this directly

Calls 1

drawMethod · 0.45

Tested by

no test coverage detected