Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Wuzzy2 authored and sofar committed Oct 31, 2016
1 parent d92034e commit 56d6eae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions mods/xpanes/README.txt
Expand Up @@ -16,3 +16,6 @@ xyz (CC BY-SA 3.0):

Gambit (CC BY-SA 3.0):
xpanes_bar.png

paramat (CC BY-SA 3.0):
xpanes_bar_top.png
2 changes: 1 addition & 1 deletion mods/xpanes/init.lua
Expand Up @@ -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},
Expand Down
1 change: 1 addition & 0 deletions mods/xpanes/license.txt
Expand Up @@ -33,6 +33,7 @@ Licenses of media (textures)
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
Copyright (C) 2014-2016 xyz
Copyright (C) 2013-2016 Gambit
Copyright (C) 2016 paramat

You are free to:
Share — copy and redistribute the material in any medium or format.
Expand Down
Binary file added mods/xpanes/textures/xpanes_bar_top.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed mods/xpanes/textures/xpanes_grey.png
Binary file not shown.

0 comments on commit 56d6eae

Please sign in to comment.