MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / __init__

Method __init__

PythonAPI/examples/automatic_control.py:173–174  ·  view source on GitHub ↗
(self, world)

Source from the content-addressed store, hash-verified

171
172class KeyboardControl(object):
173 def __init__(self, world):
174 world.hud.notification("Press 'H' or '?' for help.", seconds=4.0)
175
176 def parse_events(self):
177 for event in pygame.event.get():

Callers

nothing calls this directly

Calls 1

notificationMethod · 0.45

Tested by

no test coverage detected