Skip to content

Commit 56d6eae

Browse files
Wuzzy2sofar
authored andcommittedOct 31, 2016
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
1 parent d92034e commit 56d6eae

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed
 

‎mods/xpanes/README.txt

+3
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ xyz (CC BY-SA 3.0):
1616

1717
Gambit (CC BY-SA 3.0):
1818
xpanes_bar.png
19+
20+
paramat (CC BY-SA 3.0):
21+
xpanes_bar_top.png

‎mods/xpanes/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ xpanes.register_pane("pane", {
160160

161161
xpanes.register_pane("bar", {
162162
description = "Iron bar",
163-
textures = {"xpanes_bar.png","xpanes_bar.png","xpanes_space.png"},
163+
textures = {"xpanes_bar.png","xpanes_bar.png","xpanes_bar_top.png"},
164164
inventory_image = "xpanes_bar.png",
165165
wield_image = "xpanes_bar.png",
166166
groups = {cracky=2},

‎mods/xpanes/license.txt

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Licenses of media (textures)
3333
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
3434
Copyright (C) 2014-2016 xyz
3535
Copyright (C) 2013-2016 Gambit
36+
Copyright (C) 2016 paramat
3637

3738
You are free to:
3839
Share — copy and redistribute the material in any medium or format.
224 Bytes
Loading

‎mods/xpanes/textures/xpanes_grey.png

-82 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.