diff options
| author | cheapie <no-email-for-you@example.com> | 2018-08-24 18:18:02 -0500 | 
|---|---|---|
| committer | cheapie <no-email-for-you@example.com> | 2018-08-24 18:18:02 -0500 | 
| commit | b614384133f704fccc67e3aa26cd9920dd7c16ec (patch) | |
| tree | 10b5f6b4bc9f8b2e0a2e0870fc12691dcda3f84b /firealarm_hornstrobe | |
| parent | df75dc7b7ec03a3b30052efbea988c3ab2b8f430 (diff) | |
| download | firealarm-b614384133f704fccc67e3aa26cd9920dd7c16ec.tar firealarm-b614384133f704fccc67e3aa26cd9920dd7c16ec.tar.gz firealarm-b614384133f704fccc67e3aa26cd9920dd7c16ec.tar.bz2 firealarm-b614384133f704fccc67e3aa26cd9920dd7c16ec.tar.xz firealarm-b614384133f704fccc67e3aa26cd9920dd7c16ec.zip | |
Fix texture issue
Diffstat (limited to 'firealarm_hornstrobe')
| -rw-r--r-- | firealarm_hornstrobe/init.lua | 8 | ||||
| -rw-r--r-- | firealarm_hornstrobe/textures/firealarm_hornstrobe_back.png | bin | 146 -> 1422 bytes | |||
| -rw-r--r-- | firealarm_hornstrobe/textures/firealarm_hornstrobe_top.png | bin | 0 -> 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.pngBinary files differ index 4beaa00..b6bfc40 100644 --- a/firealarm_hornstrobe/textures/firealarm_hornstrobe_back.png +++ b/firealarm_hornstrobe/textures/firealarm_hornstrobe_back.png diff --git a/firealarm_hornstrobe/textures/firealarm_hornstrobe_top.png b/firealarm_hornstrobe/textures/firealarm_hornstrobe_top.pngBinary files differ new file mode 100644 index 0000000..4beaa00 --- /dev/null +++ b/firealarm_hornstrobe/textures/firealarm_hornstrobe_top.png | 
