We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if you run targets.py, you'll see:
targets.py
🐚 python examples/keyboard_and_mouse_controls/targets.py INFO:ppb.engine:Entering context DEBUG:ppb.vfs:Opening laser1.ogg (__main__, laser1.ogg) DEBUG:ppb.vfs:Opening target.png (__main__, target.png) DEBUG:ppb.vfs:Opening player.png (__main__, player.png) DEBUG:ppb.vfs:Opening target.png (__main__, target.png) DEBUG:ppb.vfs:Opening target.png (__main__, target.png) DEBUG:ppb.vfs:Opening target.png (__main__, target.png) DEBUG:ppb.vfs:Opening target.png (__main__, target.png)
This indicates that assets aren't caching properly.
The text was updated successfully, but these errors were encountered:
Merge #624
d1c41f7
624: Fix asset caching r=pathunstrom a=AstraLuma Closes #623 Co-authored-by: Jamie Bliss <jamie@ivyleav.es>
c9a5569
Successfully merging a pull request may close this issue.
if you run
targets.py
, you'll see:This indicates that assets aren't caching properly.
The text was updated successfully, but these errors were encountered: