fixed lightmap

This commit is contained in:
Steffen Illium
2023-10-30 11:36:12 +01:00
parent 374a38971a
commit 35a42d7d47
2 changed files with 19 additions and 11 deletions
@@ -31,6 +31,10 @@ class RenderEntity:
@dataclass
class Floor:
@property
def encoding(self):
return 1
@property
def name(self):
return f"Floor({self.pos})"