summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2018-08-24 18:18:02 -0500
committercheapie <no-email-for-you@example.com>2018-08-24 18:18:02 -0500
commitb614384133f704fccc67e3aa26cd9920dd7c16ec (patch)
tree10b5f6b4bc9f8b2e0a2e0870fc12691dcda3f84b
parentdf75dc7b7ec03a3b30052efbea988c3ab2b8f430 (diff)
downloadfirealarm-b614384133f704fccc67e3aa26cd9920dd7c16ec.tar
firealarm-b614384133f704fccc67e3aa26cd9920dd7c16ec.tar.gz
firealarm-b614384133f704fccc67e3aa26cd9920dd7c16ec.tar.bz2
firealarm-b614384133f704fccc67e3aa26cd9920dd7c16ec.tar.xz
firealarm-b614384133f704fccc67e3aa26cd9920dd7c16ec.zip
Fix texture issue
-rw-r--r--firealarm_hornstrobe/init.lua8
-rw-r--r--firealarm_hornstrobe/textures/firealarm_hornstrobe_back.pngbin146 -> 1422 bytes
-rw-r--r--firealarm_hornstrobe/textures/firealarm_hornstrobe_top.pngbin0 -> 146 bytes
3 files changed, 4 insertions, 4 deletions
diff --git a/firealarm_hornstrobe/init.lua b/firealarm_hornstrobe/init.lua
index 530734c..8f48912 100644
--- a/firealarm_hornstrobe/init.lua
+++ b/firealarm_hornstrobe/init.lua
@@ -2,8 +2,8 @@ minetest.register_node(":firealarm:hornstrobe_off",{
description = "Fire Alarm Horn/Strobe",
groups = { oddly_breakable_by_hand = 1 },
tiles = {
- "firealarm_hornstrobe_back.png",
- "firealarm_hornstrobe_back.png",
+ "firealarm_hornstrobe_top.png",
+ "firealarm_hornstrobe_top.png",
"firealarm_hornstrobe_side.png",
"firealarm_hornstrobe_side.png",
"firealarm_hornstrobe_back.png",
@@ -47,8 +47,8 @@ minetest.register_node(":firealarm:hornstrobe_on",{
description = "Fire Alarm Horn/Strobe (on state - you hacker you!)",
groups = { oddly_breakable_by_hand = 1,not_in_creative_inventory = 1 },
tiles = {
- "firealarm_hornstrobe_back.png",
- "firealarm_hornstrobe_back.png",
+ "firealarm_hornstrobe_top.png",
+ "firealarm_hornstrobe_top.png",
"firealarm_hornstrobe_side.png",
"firealarm_hornstrobe_side.png",
"firealarm_hornstrobe_back.png",
diff --git a/firealarm_hornstrobe/textures/firealarm_hornstrobe_back.png b/firealarm_hornstrobe/textures/firealarm_hornstrobe_back.png
index 4beaa00..b6bfc40 100644
--- a/firealarm_hornstrobe/textures/firealarm_hornstrobe_back.png
+++ b/firealarm_hornstrobe/textures/firealarm_hornstrobe_back.png
Binary files differ
diff --git a/firealarm_hornstrobe/textures/firealarm_hornstrobe_top.png b/firealarm_hornstrobe/textures/firealarm_hornstrobe_top.png
new file mode 100644
index 0000000..4beaa00
--- /dev/null
+++ b/firealarm_hornstrobe/textures/firealarm_hornstrobe_top.png
Binary files differ