Change mask color to black

This commit is contained in:
An0n3m0us 2020-08-06 19:02:05 +01:00
parent 33baa3ba76
commit c564a3e491
3 changed files with 2 additions and 2 deletions

View file

@ -420,8 +420,8 @@ function default.register_mesepost(name, def)
}
})
local post_texture = def.texture .. "^default_mese_post_light_side.png^[makealpha:255,126,126"
local post_texture_dark = def.texture .. "^default_mese_post_light_side_dark.png^[makealpha:255,126,126"
local post_texture = def.texture .. "^default_mese_post_light_side.png^[makealpha:0,0,0"
local post_texture_dark = def.texture .. "^default_mese_post_light_side_dark.png^[makealpha:0,0,0"
-- Allow almost everything to be overridden
local default_fields = {
wield_image = post_texture,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 314 B

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 320 B

After

Width:  |  Height:  |  Size: 301 B