[gd_scene load_steps=4 format=2] [ext_resource path="res://Enemies/Dino.gd" type="Script" id=1] [sub_resource type="CylinderMesh" id=1] top_radius = 2.053 bottom_radius = 4.158 height = 13.579 [sub_resource type="CapsuleShape" id=2] radius = 3.79447 height = 6.59163 [node name="Dino" type="KinematicBody"] script = ExtResource( 1 ) speed = 10.0 [node name="MeshInstance" type="MeshInstance" parent="."] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 7, 0 ) mesh = SubResource( 1 ) material/0 = null [node name="CollisionShape" type="CollisionShape" parent="."] transform = Transform( 1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 7, 0 ) shape = SubResource( 2 )