cleaning #7

Merged
s481825 merged 3 commits from cleaning into ram 2024-03-23 14:47:01 +01:00
Showing only changes of commit e3b8f1c84c - Show all commits

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