Pythux
Pythux
## Version * Phaser Version: 3.55.2 ## Description [https://newdocs.phaser.io/docs/3.55.1/Phaser.GameObjects.Sprite#chain](https://newdocs.phaser.io/docs/3.55.1/Phaser.GameObjects.Sprite#chain) [https://newdocs.phaser.io/docs/3.55.2/Phaser.Animations.AnimationState#nextAnim](https://newdocs.phaser.io/docs/3.55.2/Phaser.Animations.AnimationState#nextAnim) Chaining an animation set `anims.nextAnim`, if null, to the animation to chain, but after running sprite.play(...) the value turn to...
```python def read_data(path): fi = open(path, 'rb') data = fi.read() fi.close() return data a = read_data("A") b = read_data("B") assert len(a) == 4202496 assert len(b) == 4202496 import bsdiff4 c...