mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-23 02:51:06 +01:00
Tweak indents in signs mod
This commit is contained in:
parent
22f3d368d5
commit
7fe3cae934
1 changed files with 165 additions and 164 deletions
|
@ -256,7 +256,8 @@ minetest.register_node("signs:sign_wall", {
|
|||
sign_info = signs[fdir + 1]
|
||||
end
|
||||
|
||||
local text = minetest.add_entity({x = above.x + sign_info.delta.x,
|
||||
local text = minetest.add_entity({
|
||||
x = above.x + sign_info.delta.x,
|
||||
y = above.y + sign_info.delta.y,
|
||||
z = above.z + sign_info.delta.z}, "signs:text")
|
||||
text:setyaw(sign_info.yaw)
|
||||
|
|
Loading…
Reference in a new issue