This method is called when physics should update.
(self, interval)
| 124 | raise NotImplementedError() |
| 125 | |
| 126 | def update(self, interval): |
| 127 | "This method is called when physics should update." |
| 128 | raise NotImplementedError() |
| 129 | |
| 130 | def mouse_pressed(self, event): |
| 131 | "This method is called when left-clicking mouse." |
no outgoing calls
no test coverage detected