fix: remove randomization of rotation
This commit is contained in:
@@ -2,7 +2,7 @@ import pygame
|
||||
|
||||
from util.ConfigurationManager import ConfigurationManager
|
||||
|
||||
class Well:
|
||||
class Well: # TODO game objects base class / interface?
|
||||
|
||||
WIDTH = 10 # standard tetris well width, should not be changed
|
||||
HEIGHT = 20 # standard tetris well height, should not be changed
|
||||
|
||||
Reference in New Issue
Block a user