mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-03-31 09:40:43 +02:00
Merge "Add 3D signs"
This commit is contained in:
parent
97ef8aa781
commit
29b65dafc0
@ -1156,9 +1156,9 @@ minetest.register_node("default:sign_wall", {
|
|||||||
walkable = false,
|
walkable = false,
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "wallmounted",
|
type = "wallmounted",
|
||||||
wall_top = {-0.4375, 0.4375, -0.3125, 0.4375, 0.5, 0.3125},
|
wall_top = {-0.4375, 0.4375, -0.3125, 0.4375, 0.5, 0.3125},
|
||||||
wall_bottom = {-0.4375, -0.5, -0.3125, 0.4375, -0.4375, 0.3125},
|
wall_bottom = {-0.4375, -0.5, -0.3125, 0.4375, -0.4375, 0.3125},
|
||||||
wall_side = {-0.5, -0.3125, -0.4375, -0.4375, 0.3125, 0.4375},
|
wall_side = {-0.5, -0.3125, -0.4375, -0.4375, 0.3125, 0.4375},
|
||||||
},
|
},
|
||||||
selection_box = {type = "wallmounted"},
|
selection_box = {type = "wallmounted"},
|
||||||
groups = {choppy = 2, dig_immediate = 2, attached_node = 1},
|
groups = {choppy = 2, dig_immediate = 2, attached_node = 1},
|
||||||
|
BIN
minetestforfun_game/mods/default/textures/default_sign.png
Normal file
BIN
minetestforfun_game/mods/default/textures/default_sign.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 699 B |
Loading…
x
Reference in New Issue
Block a user