ppb / pursuedpybear

A python game engine.
https://ppb.dev/
Artistic License 2.0
258 stars 98 forks source link

Fix viztests/loading.py #637

Closed AstraLuma closed 3 years ago

AstraLuma commented 3 years ago

viztests/loading.py stopped working because of an assetlib change (uses __new__ instead of __init__).

Fix that.