aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Yves Rollo <dev@pyrollo.com>2018-10-08 09:13:07 +0200
committerGitHub <noreply@github.com>2018-10-08 09:13:07 +0200
commitbb24d91645bdc6e6d080173210ab7aa15a7cef68 (patch)
treeb4d2762c9c0184bdb3229443d849288c53726d80
parentaac0ccf5912f569d7498cadaf282f20b11b12a6c (diff)
parent125cae3300ce8a66e470fcb0414d76e587edabd6 (diff)
downloaddisplay_modpack-bb24d91645bdc6e6d080173210ab7aa15a7cef68.tar.gz
display_modpack-bb24d91645bdc6e6d080173210ab7aa15a7cef68.tar.bz2
display_modpack-bb24d91645bdc6e6d080173210ab7aa15a7cef68.zip
Merge pull request #24 from 12Me21/master
Fixes collision boxes on right directional signs
-rw-r--r--signs_road/nodes.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/signs_road/nodes.lua b/signs_road/nodes.lua
index ab95b2b..b560e96 100644
--- a/signs_road/nodes.lua
+++ b/signs_road/nodes.lua
@@ -189,7 +189,7 @@ local models = {
drawtype = "mesh",
mesh = "signs_dir_right.obj",
selection_box = { type = "fixed", fixed = { -0.5, -7/32, 0.5, 7/16, 7/32, 7/16 } },
- collision_box = { type = "fixed", fixed = { -0,5, -7/32, 0.5, 7/16, 7/32, 7/16 } },
+ collision_box = { type = "fixed", fixed = { -0.5, -7/32, 0.5, 7/16, 7/32, 7/16 } },
},
},
green_left_sign = {
@@ -237,7 +237,7 @@ local models = {
drawtype = "mesh",
mesh = "signs_dir_right.obj",
selection_box = { type = "fixed", fixed = { -0.5, -7/32, 0.5, 7/16, 7/32, 7/16 } },
- collision_box = { type = "fixed", fixed = { -0,5, -7/32, 0.5, 7/16, 7/32, 7/16 } },
+ collision_box = { type = "fixed", fixed = { -0.5, -7/32, 0.5, 7/16, 7/32, 7/16 } },
},
},
yellow_left_sign = {
@@ -285,7 +285,7 @@ local models = {
drawtype = "mesh",
mesh = "signs_dir_right.obj",
selection_box = { type = "fixed", fixed = { -0.5, -7/32, 0.5, 7/16, 7/32, 7/16 } },
- collision_box = { type = "fixed", fixed = { -0,5, -7/32, 0.5, 7/16, 7/32, 7/16 } },
+ collision_box = { type = "fixed", fixed = { -0.5, -7/32, 0.5, 7/16, 7/32, 7/16 } },
},
},
white_left_sign = {