Fixed some graphic glitches

This commit is contained in:
sfan5
2012-01-29 19:10:03 +01:00
parent 0dc5c85137
commit a5fa04cfce
3 changed files with 7 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ minetest.register_node("jeija:wall_button_off", {
drawtype = "signlike",
tile_images = {"jeija_wall_button_off.png"},
inventory_image = "jeija_wall_button_off.png",
wield_image = "jeija_wall_button_off.png",
paramtype = "light",
paramtype2 = "wallmounted",
legacy_wallmounted = true,