Hide cursor

This commit is contained in:
Guillaume Dott 2017-09-28 23:16:38 +02:00
parent e2a0e68839
commit 1bff74aeaa

View File

@ -106,6 +106,8 @@ class Photoboite:
self.screen = self.screen() self.screen = self.screen()
pygame.font.init() pygame.font.init()
pygame.mouse.set_visible(False)
self.background = 255, 255, 255 self.background = 255, 255, 255
self.buttons = [] self.buttons = []