mirror of
https://github.com/random-geek/morelights.git
synced 2024-12-04 13:03:49 +01:00
Split vintage lantern texture into background and foreground.
This commit is contained in:
parent
d0278433c6
commit
a95219159f
@ -116,7 +116,7 @@ minetest.register_node("morelights_vintage:lantern_f", {
|
||||
drawtype = "mesh",
|
||||
mesh = "morelights_vintage_lantern_f.obj",
|
||||
tiles = {
|
||||
"morelights_vintage_lantern.png",
|
||||
"morelights_vintage_lantern_background.png^morelights_vintage_lantern_foreground.png",
|
||||
"morelights_metal_dark_32.png"
|
||||
},
|
||||
use_texture_alpha = "opaque",
|
||||
@ -159,7 +159,7 @@ minetest.register_node("morelights_vintage:lantern_c", {
|
||||
drawtype = "mesh",
|
||||
mesh = "morelights_vintage_lantern_c.obj",
|
||||
tiles = {
|
||||
"morelights_vintage_lantern.png",
|
||||
"morelights_vintage_lantern_background.png^morelights_vintage_lantern_foreground.png",
|
||||
"morelights_metal_dark_32.png"
|
||||
},
|
||||
use_texture_alpha = "opaque",
|
||||
@ -185,7 +185,7 @@ minetest.register_node("morelights_vintage:lantern_w", {
|
||||
drawtype = "mesh",
|
||||
mesh = "morelights_vintage_lantern_w.obj",
|
||||
tiles = {
|
||||
"morelights_vintage_lantern.png",
|
||||
"morelights_vintage_lantern_background.png^morelights_vintage_lantern_foreground.png",
|
||||
"morelights_metal_dark_32.png"
|
||||
},
|
||||
use_texture_alpha = "clip",
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 422 B |
Binary file not shown.
After Width: | Height: | Size: 426 B |
Binary file not shown.
After Width: | Height: | Size: 191 B |
Loading…
Reference in New Issue
Block a user