Code Cleanup

This commit is contained in:
9and3r
2014-08-04 14:20:53 +02:00
parent 076d6b7bc5
commit d573743e36
4 changed files with 4 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
import logging
import time
import pygame
@@ -93,4 +94,4 @@ class TouchEvent():
if self.down_pos[0] < self.current_pos[0]:
self.direction = TouchManager.right
else:
self.direction = TouchManager.left
self.direction = TouchManager.left