Einar Forselv

Results 623 comments of Einar Forselv

`arcade/examples/camera_platform.py` is also broken

We definitely don't care about blame preservation.

.. or just make separate issue.

Clearing milestone on this because it's not critical for 3.0

Both ruff and black is not using 100 line limit : https://github.com/pythonarcade/arcade/pull/2260

I did a lot of sprite unit test cleanup when looking at https://github.com/pythonarcade/arcade/issues/2122

I suspect this is float precision issue in the vertices itself. We can add some crazy padding in the atlas to eliminate that issue (at least on my computer) ```...

In latest master you also need this ```py camera_viewport = arcade.Rect(0, self.width, 0, self.height, self.width, self.height, 0, 0) self.camera = arcade.camera.Camera2D(viewport=camera_viewport, zoom=self.zoom) ```