Petr Jašíček

Results 85 comments of Petr Jašíček

That's not implemented, no easy way to do that other than modifying and recompiling the source code.

This project is more or less in a state of maintenance, I am not actively working on it anymore (these past 2 days being an exception). If you will need...

What's wrong with the buttons ?

There is some button mapping I see, check: /openclaw/openclaw.gptk.1

In `/openclaw/config.xml` change this: ``` ... true ... ``` to this: ``` ... false ... ``` This will basically give you a clean-slate of the game - just Level 1...

> But also, would it overwrite your special settings (like if later I want to go back to all unlocked, will your save still be there, or mine will overwrite...

Hi, what do you mean by xBRZ ? Like just using upscaled textures generated by xBRZ filter - https://sourceforge.net/projects/xbrz/ ?

No such plans since it's been some time I worked on this project. Anyway, it would not be as easy as just swapping the textures and it magically working. There...

All I can do, directly with SDL2, is to use linear filtering: Original (without linear filtering): ![image](https://user-images.githubusercontent.com/12572760/114244171-495a6a00-998e-11eb-9533-e9ceb9429e9b.png) With linear filtering: ![image](https://user-images.githubusercontent.com/12572760/114244055-0dbfa000-998e-11eb-8445-1f1e7c242124.png)

Hi, unfortunately not, I never got around to do it.