mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 01:30:38 +01: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,
|
||||
node_box = {
|
||||
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_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"},
|
||||
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…
Reference in New Issue
Block a user