Xpanes: Use opaque texture for top+bottom of iron bar (#1357)
authorWuzzy <wuzzy2@mail.ru>
Mon, 31 Oct 2016 21:20:26 +0000 (22:20 +0100)
committerAuke Kok <sofar+github@foo-projects.org>
Mon, 31 Oct 2016 21:20:26 +0000 (14:20 -0700)
- 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

mods/xpanes/README.txt
mods/xpanes/init.lua
mods/xpanes/license.txt
mods/xpanes/textures/xpanes_bar_top.png [new file with mode: 0644]
mods/xpanes/textures/xpanes_grey.png [deleted file]

index b72e19a8aa94ca12aa5485762c3ea0b8080db0eb..bcbc12944799f79c14c9aa797ce6036c5168d301 100644 (file)
@@ -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
index 7137aeeed27c7e83784f1c97c932a2554f6af3ed..77278a5c5b654fc1ef435c3330c6ebf1b0225724 100644 (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},
index 66c6fbfa1ccf10191f1488b08249de93efe36716..dff722745f2af5f58466ff36e263d102cd970c76 100644 (file)
@@ -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.
diff --git a/mods/xpanes/textures/xpanes_bar_top.png b/mods/xpanes/textures/xpanes_bar_top.png
new file mode 100644 (file)
index 0000000..5cd3d57
Binary files /dev/null and b/mods/xpanes/textures/xpanes_bar_top.png differ
diff --git a/mods/xpanes/textures/xpanes_grey.png b/mods/xpanes/textures/xpanes_grey.png
deleted file mode 100644 (file)
index e1c6f76..0000000
Binary files a/mods/xpanes/textures/xpanes_grey.png and /dev/null differ