Reputation: 11
When I run my code I get
Traceback (most recent call last):
File "c:\Users\Luke Coopman\Python\game2.py", line 226, in <module>
main()
File "c:\Users\Luke Coopman\Python\game2.py", line 221, in main
window.setup()
File "c:\Users\Luke Coopman\Python\game2.py", line 66, in setup
self.scene = arcade.Scene()
AttributeError: module 'arcade' has no attribute 'Scene'
I copied the code from here: https://arcade.academy/examples/platform_tutorial/step_08.html
Upvotes: 1
Views: 701