Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaCompNUS/summit
/ tick
Method
tick
PythonAPI/examples/manual_control_rss.py:214–215 ·
view source on GitHub ↗
(self, clock)
Source
from the content-addressed store, hash-verified
212
self.player.get_world().set_weather(preset[0])
213
214
def
tick(self, clock):
215
self.hud.tick(self, clock)
216
217
def
render(self, display):
218
self.camera_manager.render(display)
Callers
1
game_loop
Function · 0.95
Calls
1
tick
Method · 0.45
Tested by
no test coverage detected