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