corrections corners bugs, clean tree structure and start entrance
This commit is contained in:
@@ -18,4 +18,7 @@ class Vertice(Rectangle):
|
||||
|
||||
def __len__(self):
|
||||
return self.point2.x - self.point1.x + self.point2.z - self.point1.z + 1
|
||||
|
||||
def __repr__(self):
|
||||
return super().__repr__() + f"\nFacing : {self.facing} \n\n"
|
||||
|
||||
Reference in New Issue
Block a user