From 7296881f17ced9776d9aa0c60b1da95dfbc4665d Mon Sep 17 00:00:00 2001 From: Spencer Killen Date: Sat, 19 Aug 2023 22:06:30 -0600 Subject: [PATCH] a --- godot/slime_shared.gd | 1 - godot/slime_shared.tscn | 1 + godot/villager_shared.tscn | 3 --- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/godot/slime_shared.gd b/godot/slime_shared.gd index 1234ee8..b57e2e0 100644 --- a/godot/slime_shared.gd +++ b/godot/slime_shared.gd @@ -4,7 +4,6 @@ class_name SharedSlime var is_holdable: bool = true func _ready(): - $slime.foo() $slime.idle() func walk(): diff --git a/godot/slime_shared.tscn b/godot/slime_shared.tscn index 2142db4..1c473d5 100644 --- a/godot/slime_shared.tscn +++ b/godot/slime_shared.tscn @@ -10,6 +10,7 @@ radius = 0.05 script = ExtResource("1_gmj2r") [node name="slime" parent="." instance=ExtResource("2_6u4ex")] +transform = Transform3D(0.035, 0, 0, 0, 0.035, 0, 0, 0, 0.035, 0, 0, 0) [node name="slime_collision" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.0408143, 0) diff --git a/godot/villager_shared.tscn b/godot/villager_shared.tscn index 64a9d0c..6a6d37e 100644 --- a/godot/villager_shared.tscn +++ b/godot/villager_shared.tscn @@ -10,6 +10,3 @@ spin_chance = 0.2 walk_speed = 0.5 dir_correction_rate = 0.95 dir_accuracy = 0.00174533 - -[node name="slime" parent="." index="0"] -transform = Transform3D(0.035, 0, 0, 0, 0.035, 0, 0, 0, 0.035, 0, 0, 0)