fix [item] z_order being lost after reload
This commit is contained in:
parent
e71033374c
commit
a32e49e32f
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ local function add_overlay(x, y, cfg)
|
||||||
filter_team = cfg.filter_team,
|
filter_team = cfg.filter_team,
|
||||||
visible_in_fog = cfg.visible_in_fog,
|
visible_in_fog = cfg.visible_in_fog,
|
||||||
redraw = cfg.redraw,
|
redraw = cfg.redraw,
|
||||||
name = cfg.name
|
name = cfg.name,
|
||||||
|
z_order = cfg.z_order,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue