Fix use_texture_alpha warnings (#563)

This commit is contained in:
DS
2021-04-09 20:24:41 +02:00
committed by GitHub
parent f5c3f798be
commit 65793514fe
4 changed files with 18 additions and 7 deletions

View File

@ -54,6 +54,7 @@ local boxes = {
-- Delayer definition defaults
local def = {
drawtype = "nodebox",
use_texture_alpha = minetest.features.use_texture_alpha_string_modes and "opaque" or nil,
walkable = true,
selection_box = {
type = "fixed",