From 0a45d9ab8a8529ab874eaf323b12f4da81b73332 Mon Sep 17 00:00:00 2001 From: Alexsandro Percy Date: Wed, 27 Dec 2023 14:25:56 -0300 Subject: [PATCH] fix roadster windshild --- automobiles_roadster/roadster_entities.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automobiles_roadster/roadster_entities.lua b/automobiles_roadster/roadster_entities.lua index 87e9aea..93c487b 100755 --- a/automobiles_roadster/roadster_entities.lua +++ b/automobiles_roadster/roadster_entities.lua @@ -267,6 +267,8 @@ minetest.register_entity("automobiles_roadster:roadster", { _steering_ent = 'automobiles_roadster:steering', _rag_extended_ent = 'automobiles_roadster:top1', _rag_retracted_ent = 'automobiles_roadster:top2', + _windshield_pos = {x=0, z=15.8317, y=15.0394}, + _windshield_ext_rotation = {x=145, y=0, z=0}, _seat_pos = {{x=-4.25,y=7.12,z=9.5},{x=4.25,y=7.12,z=9.5}}, _front_suspension_ent = 'automobiles_roadster:front_suspension',