add windows, multiple windows, alternate window patern and vertical crossbars

This commit is contained in:
AKreuzer
2024-05-19 18:11:32 +02:00
parent e6d66cc18e
commit fb6206c52f
5 changed files with 94 additions and 32 deletions

View File

@@ -17,5 +17,5 @@ class Vertice(Rectangle):
Point(x = self.point2.x, z = self.point2.z + 1)]
def get_size(self):
return self.point2.x - self.point1.x + self.point2.z - self.point1.z
return self.point2.x - self.point1.x + self.point2.z - self.point1.z + 1