diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2022-09-07 14:07:30 -0400 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2022-09-07 14:07:30 -0400 |
| commit | c232b92e2dde1277324d1f89d0e75ae641e4ac3b (patch) | |
| tree | e11a5dd52f259c1cc7345baa40b372b304417f00 /godot/backup_stuff/Sailor.tscn | |
| parent | a0967ebe815cd229b69fb9578f2288b95b2ddb28 (diff) | |
reorganized, ladders, vehicle control
Diffstat (limited to 'godot/backup_stuff/Sailor.tscn')
| -rw-r--r-- | godot/backup_stuff/Sailor.tscn | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/godot/backup_stuff/Sailor.tscn b/godot/backup_stuff/Sailor.tscn new file mode 100644 index 0000000..6458fec --- /dev/null +++ b/godot/backup_stuff/Sailor.tscn @@ -0,0 +1,27 @@ +[gd_scene load_steps=4 format=2] + +[ext_resource path="res://backup_stuff/Sailor.gd" type="Script" id=1] + +[sub_resource type="BoxShape" id=1] +extents = Vector3( 0.325, 0.9, 0.325 ) + +[sub_resource type="CubeMesh" id=2] +size = Vector3( 0.625, 1.8, 0.625 ) + +[node name="Sailor" type="KinematicBody"] +collision/safe_margin = 0.01 +script = ExtResource( 1 ) + +[node name="CollisionShape" type="CollisionShape" parent="."] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.937097, 0 ) +shape = SubResource( 1 ) + +[node name="MeshInstance" type="MeshInstance" parent="."] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.937097, 0 ) +mesh = SubResource( 2 ) + +[node name="NavigationAgent" type="NavigationAgent" parent="."] +target_desired_distance = 3.52 +agent_height_offset = 0.1 +radius = 0.5 +max_speed = 5.0 |
