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

Method tick

PythonAPI/examples/no_rendering_mode.py:297–299  ·  view source on GitHub ↗

Updated the fading texts each frame

(self, clock)

Source from the content-addressed store, hash-verified

295 self._notifications.set_text(text, seconds=seconds)
296
297 def tick(self, clock):
298 """Updated the fading texts each frame"""
299 self._notifications.tick(clock)
300
301 def add_info(self, title, info):
302 """Adds a block of information in the left HUD panel of the visualizer"""

Callers 2

game_loopFunction · 0.95
on_world_tickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected