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

Method start

PythonAPI/examples/no_rendering_mode.py:1387–1392  ·  view source on GitHub ↗

Assigns other initialized modules that input module needs.

(self, hud, world)

Source from the content-addressed store, hash-verified

1385 self._world = None
1386
1387 def start(self, hud, world):
1388 """Assigns other initialized modules that input module needs."""
1389 self._hud = hud
1390 self._world = world
1391
1392 self._hud.notification("Press 'H' or '?' for help.", seconds=4.0)
1393
1394 def render(self, display):
1395 """Does nothing. Input module does not need render anything."""

Callers 1

game_loopFunction · 0.95

Calls 1

notificationMethod · 0.45

Tested by

no test coverage detected