finalise cards
This commit is contained in:
parent
6807613fb9
commit
61b1210d73
|
|
@ -75,11 +75,11 @@ text = "and I want to be like agent q!"
|
||||||
position = Vector2(0, 300)
|
position = Vector2(0, 300)
|
||||||
text = "I like boy stuff "
|
text = "I like boy stuff "
|
||||||
|
|
||||||
[node name="p_pretending" parent="voice_training/c_boy_stuff" groups=["c_Joy", "c_body", "c_hit", "c_homework", "c_teachers", "c_teasing"] instance=ExtResource("2_ucudl")]
|
[node name="p_pretending" parent="voice_training/c_boy_stuff" groups=["c_Joy", "c_body", "c_boy_stuff", "c_hit", "c_homework", "c_teachers", "c_teasing"] instance=ExtResource("2_ucudl")]
|
||||||
position = Vector2(-32, 50)
|
position = Vector2(-32, 50)
|
||||||
text = "yet they think I'm just pretending"
|
text = "yet they think I'm just pretending"
|
||||||
|
|
||||||
[node name="p_girls" parent="voice_training/c_boy_stuff" groups=["c_Joy", "c_body", "c_comic_heroes", "c_hit", "c_homework", "c_teachers", "c_teasing"] instance=ExtResource("2_ucudl")]
|
[node name="p_girls" parent="voice_training/c_boy_stuff" groups=["c_Joy", "c_body", "c_boy_stuff", "c_comic_heroes", "c_hit", "c_homework", "c_teachers", "c_teasing"] instance=ExtResource("2_ucudl")]
|
||||||
position = Vector2(-32, 140)
|
position = Vector2(-32, 140)
|
||||||
text = "and girls don't get that."
|
text = "and girls don't get that."
|
||||||
|
|
||||||
|
|
@ -113,6 +113,17 @@ text = "My body just didn't feel right"
|
||||||
position = Vector2(-32, 140)
|
position = Vector2(-32, 140)
|
||||||
text = "I just hate being treated like a girl"
|
text = "I just hate being treated like a girl"
|
||||||
|
|
||||||
|
[node name="c_void" parent="juijutsu" instance=ExtResource("1_xrckx")]
|
||||||
|
position = Vector2(0, 600)
|
||||||
|
|
||||||
|
[node name="p_wet" parent="juijutsu/c_void" groups=["c_void"] instance=ExtResource("2_ucudl")]
|
||||||
|
position = Vector2(-32, 50)
|
||||||
|
text = "I was wet, so I must have been into it."
|
||||||
|
|
||||||
|
[node name="p_stop" parent="juijutsu/c_void" groups=["c_void"] instance=ExtResource("2_ucudl")]
|
||||||
|
position = Vector2(-32, 140)
|
||||||
|
text = "I didn’t say stop."
|
||||||
|
|
||||||
[node name="c_hit" parent="juijutsu" instance=ExtResource("1_xrckx")]
|
[node name="c_hit" parent="juijutsu" instance=ExtResource("1_xrckx")]
|
||||||
position = Vector2(0, 300)
|
position = Vector2(0, 300)
|
||||||
text = "I know how to properly hit people "
|
text = "I know how to properly hit people "
|
||||||
|
|
@ -125,17 +136,6 @@ text = "..., that gives me a lot of confidence."
|
||||||
position = Vector2(-32, 140)
|
position = Vector2(-32, 140)
|
||||||
text = "and that’s a great vent."
|
text = "and that’s a great vent."
|
||||||
|
|
||||||
[node name="c_void" parent="juijutsu" instance=ExtResource("1_xrckx")]
|
|
||||||
position = Vector2(0, 600)
|
|
||||||
|
|
||||||
[node name="p_wet" parent="juijutsu/c_void" groups=["c_void"] instance=ExtResource("2_ucudl")]
|
|
||||||
position = Vector2(-32, 50)
|
|
||||||
text = "I was wet, so I must have been into it."
|
|
||||||
|
|
||||||
[node name="p_stop" parent="juijutsu/c_void" groups=["c_void"] instance=ExtResource("2_ucudl")]
|
|
||||||
position = Vector2(-32, 140)
|
|
||||||
text = "I didn’t say stop."
|
|
||||||
|
|
||||||
[node name="draeven" type="Control" parent="."]
|
[node name="draeven" type="Control" parent="."]
|
||||||
anchors_preset = 0
|
anchors_preset = 0
|
||||||
offset_left = 1234.0
|
offset_left = 1234.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue