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

Method unflash

brainworkshop.py:2797–2799  ·  view source on GitHub ↗
(self, dt)

Source from the content-addressed store, hash-verified

2795 self.update()
2796 pyglet.clock.schedule_once(gameModeLabel.unflash, 0.5)
2797 def unflash(self, dt):
2798 self.label.color = cfg.COLOR_TEXT
2799 self.update()
2800
2801class JaeggiWarningLabel:
2802 def __init__(self):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected