mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2026-07-15 23:31:52 +02:00
fixed lightmap
This commit is contained in:
@@ -31,6 +31,10 @@ class RenderEntity:
|
||||
@dataclass
|
||||
class Floor:
|
||||
|
||||
@property
|
||||
def encoding(self):
|
||||
return 1
|
||||
|
||||
@property
|
||||
def name(self):
|
||||
return f"Floor({self.pos})"
|
||||
|
||||
Reference in New Issue
Block a user