mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-11-25 10:40:38 +01:00
WIP: removing tiles
This commit is contained in:
@@ -48,4 +48,4 @@ class DirtPile(Entity):
|
||||
return state_dict
|
||||
|
||||
def render(self):
|
||||
return RenderEntity(d.DIRT, self.tile.pos, min(0.15 + self.amount, 1.5), 'scale')
|
||||
return RenderEntity(d.DIRT, self.pos, min(0.15 + self.amount, 1.5), 'scale')
|
||||
|
||||
Reference in New Issue
Block a user