diff --git a/automobiles_vespa/models/automobiles_vespa_body.b3d b/automobiles_vespa/models/automobiles_vespa_body.b3d index 9cb7f3a..aa1b6ae 100755 Binary files a/automobiles_vespa/models/automobiles_vespa_body.b3d and b/automobiles_vespa/models/automobiles_vespa_body.b3d differ diff --git a/automobiles_vespa/vespa_entities.lua b/automobiles_vespa/vespa_entities.lua index c734592..d6f3c2a 100755 --- a/automobiles_vespa/vespa_entities.lua +++ b/automobiles_vespa/vespa_entities.lua @@ -251,10 +251,10 @@ minetest.register_entity("automobiles_vespa:vespa", { if is_attached == false then --core.chat_send_all("false") - self.object:set_bone_position("descanso", {x=0, y=-0.4, z=6.2}, {x=90, y=0, z=0}) + self.object:set_bone_position("descanso", {x=0, y=-0.4, z=6.2}, {x=-90, y=0, z=0}) else --core.chat_send_all("true") - self.object:set_bone_position("descanso", {x=0, y=-0.4, z=6.2}, {x=180, y=0, z=0}) + self.object:set_bone_position("descanso", {x=0, y=-0.4, z=6.2}, {x=0, y=0, z=0}) end end,