Open anufrievroman opened 1 year ago
Now, the screen is reloaded when whichever key is pressed, which causes a flick of the screen. It should be that only functional keys reload the screen, while any other key presses are ignored. In general, need to rewrite controls.py module.
controls.py
Flickering shouldn't happen on the no-keypress as well.
Now, the screen is reloaded when whichever key is pressed, which causes a flick of the screen. It should be that only functional keys reload the screen, while any other key presses are ignored. In general, need to rewrite
controls.py
module.