start balcony

This commit is contained in:
AKreuzer
2024-05-28 20:12:20 +02:00
parent 1371be4132
commit 5250165893
6 changed files with 53 additions and 17 deletions

View File

@@ -52,5 +52,5 @@ class Facade:
return self.rdata["inter_floor"] >= rd.random()
def get_dimentions(self) -> tuple[int]:
return ( self.vertices[0].get_height(), self.vertices[0].get_len())
return ( self.vertices[0].get_height(), len(self.vertices[0]))