mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 06:43:17 -04:00
Change mask color to black
This commit is contained in:
parent
33baa3ba76
commit
c564a3e491
3 changed files with 2 additions and 2 deletions
|
@ -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 |
Loading…
Add table
Reference in a new issue