1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-29 21:30:26 +02:00

Xpanes: Use opaque texture for top+bottom of iron bar (#1357)

- Use opaque texture for top+bottom of iron bar
- Add color variation for iron bar top/bottom
- Add paramat's texture to credits
- Update license info for paramat's textures
This commit is contained in:
Wuzzy
2016-10-31 22:20:26 +01:00
committed by Auke Kok
parent d92034e3f7
commit 56d6eaed85
5 changed files with 5 additions and 1 deletions

View File

@ -160,7 +160,7 @@ xpanes.register_pane("pane", {
xpanes.register_pane("bar", {
description = "Iron bar",
textures = {"xpanes_bar.png","xpanes_bar.png","xpanes_space.png"},
textures = {"xpanes_bar.png","xpanes_bar.png","xpanes_bar_top.png"},
inventory_image = "xpanes_bar.png",
wield_image = "xpanes_bar.png",
groups = {cracky=2},