Previously, the game was able reset kivy so that it can be launched after the window is closed. This is handled by the reset() function in main.py
However, recently this has stopped working. Instead, only the following line is printed after the end of the game:
[INFO ] [Window ] Provider: sdl2
I believe this is caused by some changes in the kivy library
Previously, the game was able reset kivy so that it can be launched after the window is closed. This is handled by the reset() function in main.py
However, recently this has stopped working. Instead, only the following line is printed after the end of the game:
[INFO ] [Window ] Provider: sdl2
I believe this is caused by some changes in the kivy library