From 366761197034a20d444282431e4a8edeb7882840 Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Wed, 7 Sep 2022 14:16:17 -0400 Subject: whoops, fixed reorg --- backup_stuff/Sailor.tscn | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 backup_stuff/Sailor.tscn (limited to 'backup_stuff/Sailor.tscn') diff --git a/backup_stuff/Sailor.tscn b/backup_stuff/Sailor.tscn deleted file mode 100644 index 6458fec..0000000 --- a/backup_stuff/Sailor.tscn +++ /dev/null @@ -1,27 +0,0 @@ -[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 -- cgit v1.2.3