Text smooth scroll when it doesnt fit

This commit is contained in:
Ander
2014-11-14 01:45:23 +01:00
parent 3bb5c618c2
commit 08da4995f1
2 changed files with 9 additions and 28 deletions

View File

@@ -44,7 +44,7 @@ class TouchScreen(pykka.ThreadingActor, core.CoreListener):
clock = pygame.time.Clock()
if self.fullscreen:
screen = pygame.display.set_mode(self.screen_size,
pygame.FULLSCREEN)
pygame.FULLSCREEN, pygame.HWSURFACE)
else:
screen = pygame.display.set_mode(self.screen_size)
pygame.mouse.set_visible(self.cursor)