This method is called when screen should render.
(self, graphics)
| 120 | raise NotImplementedError() |
| 121 | |
| 122 | def render(self, graphics): |
| 123 | "This method is called when screen should render." |
| 124 | raise NotImplementedError() |
| 125 | |
| 126 | def update(self, interval): |
| 127 | "This method is called when physics should update." |
no outgoing calls
no test coverage detected