-
Notifications
You must be signed in to change notification settings - Fork 351
'tuple' object has no attribute 'x' #1479
New issue
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
Comments
That looks like a mismatching pyglet version. you should have |
I do have pyglet |
Well. If you are using 2.6.17 the package requirements states only pyglet 2.0.dev23 works. If you do a If you want to use pylget 2.0.3 you need to use the latest development branch. You should have seen a lot of stern warnings from pip about the mismatching pyglet version. |
I've downgraded
|
Are you absolutely sure you have the right pyglet version? What did |
Can you check on your side that colliding with bomb does not throw you this error? |
The example code is outdated. It needs these changes. Thanks for the report, we'll work at getting that updated. |
Co-authored-by: Paul V Craven <[email protected]>
Steps to reproduce
Run code from the following example:
https://api.arcade.academy/en/latest/examples/sprite_move_scrolling_shake.html
Getting error:
System Info
OS: Win 11
Python: 3.10
Arcade: 2.6.17
The text was updated successfully, but these errors were encountered: