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

Method render

PythonAPI/examples/no_rendering_mode.py:1394–1395  ·  view source on GitHub ↗

Does nothing. Input module does not need render anything.

(self, display)

Source from the content-addressed store, hash-verified

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."""
1396
1397 def tick(self, clock):
1398 """Executed each frame. Calls method for parsing input."""

Callers 1

game_loopFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected