fix missing group assignment

This commit is contained in:
betalars 2023-07-18 15:52:24 +02:00
parent 9b632bdf8e
commit ced806fa97
1 changed files with 2 additions and 2 deletions

View File

@ -45,11 +45,11 @@ text = "maybe I want to become a teacher."
position = Vector2(0, 600) position = Vector2(0, 600)
text = "I can put ages into things I enjoy " text = "I can put ages into things I enjoy "
[node name="p_worried_mother" parent="childhood/c_Joy" groups=["c_body", "c_boy_stuff", "c_comic_heroes", "c_homework", "c_teachers"] instance=ExtResource("2_ucudl")] [node name="p_worried_mother" parent="childhood/c_Joy" groups=["c_Joy", "c_body", "c_boy_stuff", "c_comic_heroes", "c_homework", "c_teachers"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 50) position = Vector2(-32, 50)
text = "my mother would be worried about that" text = "my mother would be worried about that"
[node name="p_thomas" parent="childhood/c_Joy" groups=["c_backlash", "c_comic_heroes", "c_homework", "c_teachers"] instance=ExtResource("2_ucudl")] [node name="p_thomas" parent="childhood/c_Joy" groups=["c_Joy", "c_backlash", "c_comic_heroes", "c_homework", "c_teachers"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 140) position = Vector2(-32, 140)
text = "Mr Thomas thinks that makes me gifted." text = "Mr Thomas thinks that makes me gifted."