diff --git a/mods/areas/hud.lua b/mods/areas/hud.lua index 0780b482..b9dffdb2 100755 --- a/mods/areas/hud.lua +++ b/mods/areas/hud.lua @@ -32,7 +32,7 @@ local function tick() end end - local icon = "areas_1_0_1.png" + local icon = "areas_not_area.png" if nb_areas > 0 then area_text = ("nb area:%u\nowner:%s\nname:%s"):format(nb_areas, area_owner_name, area_name) icon = ("areas_%u_%u_%u.png"):format(mod_owner, mod_open, mod_farming) diff --git a/mods/areas/textures/areas_1_0_1.png b/mods/areas/textures/areas_1_0_1.png index ce814686..bddccad6 100644 Binary files a/mods/areas/textures/areas_1_0_1.png and b/mods/areas/textures/areas_1_0_1.png differ diff --git a/mods/areas/textures/areas_not_area.png b/mods/areas/textures/areas_not_area.png new file mode 100644 index 00000000..ce814686 Binary files /dev/null and b/mods/areas/textures/areas_not_area.png differ