Basxto

Results 92 comments of Basxto

Okay … I’m just stupid. When I define a target path, importing works fine. Aand it looks horrible /o\

Have I already mentioned that “UFO Store” is hardcoded?

> sound for sleep I didn‘t use a onomatopeoetic word. Since “Zzz…” is the most recognizable for sleeping, but does not match the sound in German. I found one for...

I think for playstation the accept / decline buttons are switched, but I kept accept on the bottom button. Most PC games appear to be optimized for XBOX 360 Controllers....

Weird … now I jump and shoot with B

Maybe one could implement this with arrow keys, space, enter and backspace with help of an otg or bluetooth keyboard and later map this to controller keys?

Quickswitch allows to do that: https://forum.xda-developers.com/apps/magisk/module-quickswitch-universal-quickstep-t3884797

> Similar scenario on Github seems to work fine. I did not get an error, but duplicated issues and comments happen for me on github too. All issues and comments...

It looks like it’s not possible, at least not how I had it in mind. The resulting PNG does not have palette defined in the GPL file, but an optimized...

Pillow on the other hand has some methods that look interesting: ``` Image.convert(mode=None, matrix=None, dither=None, palette=0, colors=256) Image.remap_palette(dest_map, source_palette=None) ``` https://pillow.readthedocs.io/en/stable/reference/Image.html