Added car
This commit is contained in:
17
scenes/vehicles/car.tscn
Normal file
17
scenes/vehicles/car.tscn
Normal 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 )
|
||||
Reference in New Issue
Block a user