change scale of items in anvil

master
tchncs 2015-12-15 17:19:50 +01:00
parent e49b72e138
commit 027d4296fa
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ minetest.register_node("cottages:anvil", {
local hud1 = puncher:hud_add({
hud_elem_type = "image",
scale = {x = 15, y = 15},
scale = {x = 8, y = 8},
text = hud_image,
position = {x = 0.5, y = 0.5},
alignment = {x = 0, y = 0}