Alex

Results 6 comments of Alex

I have a similar issue, old XML files are now completely ignored but the drawio files open. One of our users is a risk assessment officer and has roughly ~200...

> rename from *.xml to *.drawio not working if filename contains non-latin characters. > diagram.xml -> diagram.drawio WORKING > диаграмма.xml -> диаграмма.drawio - DON'T WORKING > диаграмма.xml -> diagram.drawio WORKING...

I am having exactly the same issue as the OP and my setup is the same.

I have solved the issue by setting a variable in the tree `__init__` method `self.all_sprites = groups[0]` and then the particle spawn looks like this: ``` Particle( pos=random_apple.rect.topleft, surf=random_apple.image, groups=self.all_sprites,...

Nevermind, the issue has been resolved. I ended up having to import `Hill` tiles and had to make sure they are not sorted otherwise player is drawn behind/in front of...