Skip to content

Commit 85fff82

Browse files
manuqwjt
andauthored
character_randomizer_test.tscn: Fix dialogues (#2152)
Regression added in commit 754e68e when adding a FollowWalkBehavior to a townie and removing the TalkBehavior, but not the InteractArea. Fix #2151 Co-authored-by: Will Thompson <wjt@endlessaccess.org>
1 parent 4ec5a4e commit 85fff82

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

scenes/game_elements/characters/components/character_randomizer_test.tscn

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -792,17 +792,6 @@ interact_area = NodePath("../InteractArea")
792792
position = Vector2(481, 101)
793793
character_seed = 2207560013
794794

795-
[node name="InteractArea" type="Area2D" parent="OnTheGround/Townie3" unique_id=1419890767]
796-
visible = false
797-
collision_layer = 32
798-
collision_mask = 0
799-
script = ExtResource("3_p47ir")
800-
801-
[node name="CollisionShape2D" type="CollisionShape2D" parent="OnTheGround/Townie3/InteractArea" unique_id=1138240117]
802-
position = Vector2(0, -29)
803-
shape = SubResource("RectangleShape2D_22pcm")
804-
debug_color = Color(0.600391, 0.54335, 0, 0.42)
805-
806795
[node name="FollowWalkBehavior" type="Node2D" parent="OnTheGround/Townie3" unique_id=1949852425 node_paths=PackedStringArray("target", "character")]
807796
script = ExtResource("19_e0ffc")
808797
target = NodePath("../../Player")
@@ -849,8 +838,6 @@ position_smoothing_enabled = true
849838
[connection signal="timeout" from="OnTheGround/Townie/Timer" to="OnTheGround/Townie" method="randomize_character"]
850839
[connection signal="interaction_ended" from="OnTheGround/Townie2/InteractArea" to="OnTheGround/Townie2" method="_on_interact_area_interaction_ended"]
851840
[connection signal="interaction_started" from="OnTheGround/Townie2/InteractArea" to="OnTheGround/Townie2" method="_on_interact_area_interaction_started"]
852-
[connection signal="interaction_ended" from="OnTheGround/Townie3/InteractArea" to="OnTheGround/Townie3" method="_on_interact_area_interaction_ended"]
853-
[connection signal="interaction_started" from="OnTheGround/Townie3/InteractArea" to="OnTheGround/Townie3" method="_on_interact_area_interaction_started"]
854841
[connection signal="interaction_ended" from="OnTheGround/Townie4/InteractArea" to="OnTheGround/Townie4" method="_on_interact_area_interaction_ended"]
855842
[connection signal="interaction_started" from="OnTheGround/Townie4/InteractArea" to="OnTheGround/Townie4" method="_on_interact_area_interaction_started"]
856843

0 commit comments

Comments
 (0)