Skip to content

Commit

Permalink
fix [item] z_order being lost after reload
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Jan 1, 2019
1 parent e710333 commit a32e49e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/lua/wml/items.lua
Expand Up @@ -19,7 +19,8 @@ local function add_overlay(x, y, cfg)
filter_team = cfg.filter_team,
visible_in_fog = cfg.visible_in_fog,
redraw = cfg.redraw,
name = cfg.name
name = cfg.name,
z_order = cfg.z_order,
})
end

Expand Down

0 comments on commit a32e49e

Please sign in to comment.