MCPcopy Index your code
hub / github.com/geekcomputers/Python / frames_to_msec

Function frames_to_msec

flappyBird_pygame/flappy_bird.py:160–161  ·  view source on GitHub ↗
(frames, fps=FPS)

Source from the content-addressed store, hash-verified

158
159
160def frames_to_msec(frames, fps=FPS):
161 return 1000.0 * frames / fps
162
163
164def msec_to_frames(milliseconds, fps=FPS):

Callers 2

updateMethod · 0.85
updateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected