From 36b47edc513859595a02ca60d76724c1cf0186fe Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Thu, 24 Dec 2020 19:35:19 +0100 Subject: Get rid of duplicated class Signed-off-by: Olivier Gayot --- cameltris.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/cameltris.py b/cameltris.py index 542e852..e7b2b1c 100755 --- a/cameltris.py +++ b/cameltris.py @@ -11,15 +11,6 @@ import pygame from pycameltris.controller import KeyboardController, JoystickController, Input -class PS3Controller(enum.Enum): - CROSS = 0 - CIRCLE = 1 - TRIANGLE = 2 - SQUARE = 3 - DOWN = 14 - LEFT = 15 - RIGHT = 16 - class WouldCollide(Exception): pass -- cgit v1.2.3