Emfox Zhou

Results 3 issues of Emfox Zhou

``` RenderTexture.setPosition(cc.p(winSize.width / 2, winSize.height / 2)); RenderTexture.beginWithClear(255, 255, 255, 0.0); cc.director.getRunningScene().visit(); RenderTexture.end(); var imgPath = jsb.fileUtils.getWritablePath(); var result = RenderTexture.saveToFile(fileName, cc.IMAGE_FORMAT_PNG); if (result) { imgPath += fileName; open_img(imgPath); //...

Please consider switch to Python's new packaging system, according to PEP 517 & PEP 518. https://peps.python.org/pep-0517/ https://peps.python.org/pep-0518/ these are the orignail PEP, and we have new guildeline from the same...

Package

Hello, as debian is fast pushing the python2 removal work, I have updated mcomix debian package from official to this port. During the packaging, I just found and wonder why...