clear-code-projects/Minecraft-in-Python

This Is Not An Issue Its A fix

PufferFishDev opened this issue · 0 comments

Do you want to leave the game with out ALT + F4 or cmd + q

Add this to youre code

def input(self,key):
if self.hovered:
if key == 'esc':
app.exit()