Closed staatzstreich closed 3 years ago
Hello,
i am new to python and pgzero... I found out that the wasabi2D engine has this feature with "storage" I added storage = {} bevor and I could start the game
storage = {}
https://github.com/lordmauve/pgzero/blob/5b32a183969af329aefe090198cc7f73efdf3c9f/examples/flappybird/flappybird.py#L20
Which version of pgzero are you using??????
I am using 1.2.1 and the code is from master branch
Your problem is solved. Use pgzero version 1.3dev from master branch
Hello,
i am new to python and pgzero... I found out that the wasabi2D engine has this feature with "storage" I added
storage = {}
bevor and I could start the gamehttps://github.com/lordmauve/pgzero/blob/5b32a183969af329aefe090198cc7f73efdf3c9f/examples/flappybird/flappybird.py#L20