From 99dce9c5be8c097e5ed4c0be0ac39e78f48051a9 Mon Sep 17 00:00:00 2001 From: webdesigner97 Date: Tue, 22 Apr 2014 22:08:35 +0200 Subject: [PATCH] update trafficlight nodebox to fit into 64px texture, again --- .../streets_trafficlight_template.png | Bin 470 -> 312 bytes trafficlight/init.lua | 18 +++++++++--------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/streetsmod/textures/streets_trafficlight_template.png b/streetsmod/textures/streets_trafficlight_template.png index 72b6b0262a4e0a686c5eee36d1a234c3c184d1a4..719fe8505ef75f874ea81ae659d17cd8e22b24a9 100644 GIT binary patch delta 237 zcmcb{yn|^%aJ`ra8~@H5Cyp~PFvwoU649-QVi6yBi3gww484B*6 zz5ywEsq8@UIi4<#Ar-gY-f-k=P~c&4$olht`o}k%{H{mN&Er)QzV*WGw10lF@XU7E zwG|8@>=xmBcYOc7s)NIvfuVu7{J`Z%Ios)_ebNjJ2X>{s&-%~g2DS}MILx(6DC>W~ z#=!95t?U9}6DEdjeSQ}>5DG4^?~$6jK#<`>KUV1#Gr3Fe8Ft?PRF)3Xvd$@? F2>?HiPQCyD delta 397 zcmdnNbd7mJaJ_(lh=!ZXuX+Xs#$-F!Z)e5!wI~R*tTwA=e*WUDtc}c^h0h(0 zWq2|9#t zQDx}oQr(a(zG7q4eABY2u?z0sD7*ea*XTgSF@9X$GcanyL!K^R1Isp`QzHcv*EcLqoa~i>%3gTE0Q!B zW1p|yeJD5fVf|LN`U!KcPWw}L=>MzgH?OjF_n#_1CpPn7vP_Da_nKSA*}MV_j8N2& z<~(nK7tp5(;k@;)IgJE-BG*?&MBb@0Oxk9Q~&?~ diff --git a/trafficlight/init.lua b/trafficlight/init.lua index 8547718..62e9bc9 100644 --- a/trafficlight/init.lua +++ b/trafficlight/init.lua @@ -11,15 +11,15 @@ minetest.register_node(":streets:trafficlight_top_off",{ type = "fixed", fixed = { {-0.1875,-0.5,0.5,0.1875,0.5,0.75}, --nodebox1 - {-0.05,0.375,0.32,0.05,0.429368,0.51}, --nodebox2 - {-0.05,0.0625,0.32,0.05,0.125,0.51}, --nodebox3 - {-0.05,-0.25,0.32,0.05,-0.1875,0.51}, --nodebox4 - {0.05,0.32,0.32,0.1,0.38,0.5}, --nodebox5 - {-0.1,0.32,0.32,-0.05,0.38,0.5}, --nodebox6 - {0.05,0.001,0.32,0.1,0.06,0.5}, --nodebox7 - {-0.1,0.001,0.32,-0.05,0.06,0.5}, --nodebox8 - {0.05,-0.31,0.32,0.1,-0.25,0.5}, --nodebox9 - {-0.1,-0.31,0.32,-0.05,-0.25,0.5}, --nodebox10 + {-0.03125,0.375,0.3125,0.03125,0.4375,0.5}, --nodebox2 + {-0.03125,0.0625,0.3125,0.03125,0.125,0.5}, --nodebox3 + {-0.03125,-0.25,0.3125,0.03125,-0.1875,0.5}, --nodebox4 + {0.03125,0.3125,0.3125,0.09375,0.38,0.5}, --nodebox5 + {-0.09375,0.3125,0.3125,-0.03125,0.375,0.5}, --nodebox6 + {0.03125,0.001,0.3125,0.09375,0.06,0.5}, --nodebox7 + {-0.09375,0.001,0.3125,-0.03125,0.0625,0.5}, --nodebox8 + {0.03125,-0.3125,0.3125,0.09375,-0.25,0.5}, --nodebox9 + {-0.09375,-0.3125,0.3125,-0.03125,-0.25,0.5}, --nodebox10 } }, tiles = {"streets_tl_bg.png","streets_tl_bg.png","streets_tl_bg.png","streets_tl_bg.png","streets_tl_bg.png","streets_trafficlight_template.png"},