Removed unused variable condition from class slot

This commit is contained in:
jakzar 2024-03-23 14:30:36 +01:00
parent 8d1d176d5b
commit e3b8f1c84c

View File

@ -10,7 +10,6 @@ class Slot:
self.x_axis=x_axis
self.y_axis=y_axis
self.plant=color #TODO CHANGE IT BY HOOKING PLANT CLASS
self.condition=""#TODO HOOK CONDITION CLASS NOW COMPLETLY UNUSED
self.screen=screen
self.field=pygame.Rect(self.x_axis*dCon.CUBE_SIZE,self.y_axis*dCon.CUBE_SIZE,dCon.CUBE_SIZE,dCon.CUBE_SIZE)
self.image_loader=image_loader