Fix render order
This commit is contained in:
parent
02215c884a
commit
c81d0eda5e
@ -87,7 +87,8 @@ class Actor(Entity):
|
||||
char=char,
|
||||
color=color,
|
||||
name=name,
|
||||
blocks_movement=True
|
||||
blocks_movement=True,
|
||||
render_order=RenderOrder.ACTOR,
|
||||
)
|
||||
|
||||
self.ai: Optional[BaseAI] = ai_cls(self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user