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:
parent
d92034e3f7
commit
56d6eaed85
5 changed files with 5 additions and 1 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue