Added car

This commit is contained in:
Segey Lapin
2021-10-26 22:05:29 +03:00
parent f4004c6d0c
commit 3a1eaa721e
15 changed files with 3997 additions and 0 deletions

17
scenes/vehicles/car.tscn Normal file
View File

@@ -0,0 +1,17 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://scenes/vehicles/car.gltf" type="PackedScene" id=1]
[ext_resource path="res://scenes/vehicles/car.gd" type="Script" id=2]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 1, 0.176963, 1.96474 )
[node name="car" instance=ExtResource( 1 )]
script = ExtResource( 2 )
[node name="box" type="CollisionShape" parent="." index="5"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.290401, 0 )
shape = SubResource( 1 )
[node name="marker_exit" type="Spatial" parent="." index="7"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00720024, 1.42395, -1.92905 )