From 7e090ce75d010c54eb0a47bdc8907382ba14ac0d Mon Sep 17 00:00:00 2001 From: tacigar Date: Sun, 8 Jan 2017 11:41:38 +0900 Subject: [PATCH] Update set_attach rotation --- maidroid/api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maidroid/api.lua b/maidroid/api.lua index aab2c5e..5484818 100644 --- a/maidroid/api.lua +++ b/maidroid/api.lua @@ -274,7 +274,7 @@ do local luaentity = obj:get_luaentity() if maidroid.is_maidroid(luaentity.name) then - self.object:set_attach(obj, "Arm_R", {x = 0.075, y = 0.60, z = -0.20}, {x = 0, y = 90, z = 0}) + self.object:set_attach(obj, "Arm_R", {x = 0.065, y = 0.50, z = -0.15}, {x = -45, y = 0, z = 0}) self.object:set_properties{textures={"maidroid:dummy_empty_craftitem"}} return end