mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
devtest: Fix deprecated alpha usage
This commit is contained in:
parent
83229921e5
commit
5c005ad081
6 changed files with 38 additions and 33 deletions
|
@ -46,7 +46,7 @@ for a=1,#alphas do
|
|||
tiles = {
|
||||
"testnodes_alpha"..alpha..".png",
|
||||
},
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = "blend",
|
||||
|
||||
groups = { dig_immediate = 3 },
|
||||
})
|
||||
|
@ -59,7 +59,7 @@ for a=1,#alphas do
|
|||
tiles = {
|
||||
"testnodes_alpha.png^[opacity:" .. alpha,
|
||||
},
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = "blend",
|
||||
|
||||
groups = { dig_immediate = 3 },
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue