diff --git a/my_Tetris.py b/my_Tetris.py
index 219ba50..9802e4f 100644
--- a/my_Tetris.py
+++ b/my_Tetris.py
@@ -79,6 +79,7 @@ while True:
                     inden -= 1
     if states == False:
         states = True
+        center = [2, 8]
         current = random.choice(shape_list)
         inden = random.randint(0,len(current)-1)
         current_shape = current[inden]