frame-of-mind/src/dev-util/board of devs.tscn

219 lines
9.0 KiB
Plaintext
Raw Normal View History

2023-07-14 20:05:42 +00:00
[gd_scene load_steps=3 format=3 uid="uid://bvowj4l8dtceu"]
2023-04-19 16:53:24 +00:00
[ext_resource type="PackedScene" uid="uid://dy5rd437h5hsw" path="res://logic-scenes/board/card.tscn" id="1_xrckx"]
[ext_resource type="PackedScene" uid="uid://vkcdj8c3ytbq" path="res://logic-scenes/board/post-it.tscn" id="2_ucudl"]
[node name="board of devs" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="childhood" type="Control" parent="."]
anchors_preset = 0
offset_left = 184.0
offset_top = 141.0
offset_right = 224.0
offset_bottom = 181.0
[node name="c_homework" parent="childhood" instance=ExtResource("1_xrckx")]
2023-05-18 07:28:33 +00:00
text = "I never put in much effort for homework "
[node name="p_good_grades" parent="childhood/c_homework" groups=["c_body", "c_boy_stuff", "c_teachers"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 50)
2023-05-18 07:28:33 +00:00
text = "but at least I get good grades."
[node name="p_upset_peers" parent="childhood/c_homework" groups=["c_Joy", "c_backlash", "c_boy_stuff", "c_comic_heroes", "c_teachers"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 140)
2023-07-17 22:13:17 +00:00
text = "my peers were upset about that."
2023-05-18 07:28:33 +00:00
[node name="c_teachers" parent="childhood" instance=ExtResource("1_xrckx")]
position = Vector2(0, 300)
2023-05-18 07:28:33 +00:00
text = "I like my teachers more than my classmates "
[node name="p_volunteering" parent="childhood/c_teachers" groups=["c_Joy", "c_backlash", "c_boy_stuff"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 50)
text = "doing voluntary social service at my school would be great."
2023-05-18 07:28:33 +00:00
[node name="p_becoming_teacher" parent="childhood/c_teachers" groups=["c_Joy", "c_backlash", "c_homework"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 140)
2023-05-18 07:28:33 +00:00
text = "maybe I want to become a teacher."
[node name="c_Joy" parent="childhood" instance=ExtResource("1_xrckx")]
position = Vector2(0, 600)
2023-05-18 07:28:33 +00:00
text = "I can put ages into things I enjoy "
2023-07-18 13:52:24 +00:00
[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)
text = "my mother would be worried about that"
2023-05-18 07:28:33 +00:00
2023-07-18 13:52:24 +00:00
[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)
2023-05-18 07:28:33 +00:00
text = "Mr Thomas thinks that makes me gifted."
[node name="voice_training" type="Control" parent="."]
anchors_preset = 0
offset_left = 534.0
offset_top = 141.0
offset_right = 534.0
offset_bottom = 141.0
[node name="c_comic_heroes" parent="voice_training" instance=ExtResource("1_xrckx")]
2023-05-18 07:28:33 +00:00
text = "Comic heroes are my role models "
[node name="p_effort" parent="voice_training/c_comic_heroes" groups=["c_Joy", "c_hit", "c_teachers"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 50)
2023-05-18 07:28:33 +00:00
text = "when I put in the effort, I can make the world a better place"
2023-07-17 22:13:17 +00:00
[node name="p_agent_q" parent="voice_training/c_comic_heroes" groups=["c_Joy", "c_body", "c_boy_stuff", "c_hit"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 140)
2023-05-18 07:28:33 +00:00
text = "and I want to be like agent q!"
[node name="c_boy_stuff" parent="voice_training" instance=ExtResource("1_xrckx")]
position = Vector2(0, 300)
2023-05-28 14:18:26 +00:00
text = "I like boy stuff "
2023-05-18 07:28:33 +00:00
2023-07-17 22:13:17 +00:00
[node name="p_pretending" parent="voice_training/c_boy_stuff" groups=["c_Joy", "c_body", "c_hit", "c_teachers"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 50)
2023-07-17 22:13:17 +00:00
text = "yet they think I'm just pretending"
2023-05-18 07:28:33 +00:00
[node name="p_girls" parent="voice_training/c_boy_stuff" groups=["c_Joy", "c_body", "c_comic_heroes", "c_hit", "c_homework", "c_teachers"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 140)
text = "and girls don't get that."
2023-05-18 07:28:33 +00:00
[node name="c_backlash" parent="voice_training" instance=ExtResource("1_xrckx")]
position = Vector2(0, 600)
2023-07-17 22:13:17 +00:00
text = "Despite the backlash, I protected my friend"
2023-05-18 07:28:33 +00:00
[node name="p_cross_friend" parent="voice_training/c_backlash" groups=["c_Joy", "c_boy_stuff", "c_comic_heroes", "c_hit"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 50)
2023-07-17 22:13:17 +00:00
text = "I wouldn't never not do that, even if it was for my own good"
2023-05-18 07:28:33 +00:00
[node name="p_reward" parent="voice_training/c_backlash" groups=["c_Joy"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 140)
text = "those who put in the effort should be rewarded."
2023-05-18 07:28:33 +00:00
[node name="juijutsu" type="Control" parent="."]
anchors_preset = 0
offset_left = 884.0
offset_top = 141.0
offset_right = 884.0
offset_bottom = 141.0
[node name="c_body" parent="juijutsu" instance=ExtResource("1_xrckx")]
2023-05-28 14:18:26 +00:00
text = "my body makes me uncomfortable "
2023-05-18 07:28:33 +00:00
[node name="p_boobs" parent="juijutsu/c_body" groups=["c_boy_stuff"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 50)
2023-05-18 07:28:33 +00:00
text = "boobs are just not made for fighting."
[node name="p_fat" parent="juijutsu/c_body" instance=ExtResource("2_ucudl")]
position = Vector2(-32, 140)
2023-05-18 07:28:33 +00:00
text = "I despise all the fat on my hips."
[node name="c_hit" parent="juijutsu" instance=ExtResource("1_xrckx")]
position = Vector2(0, 300)
2023-05-18 07:28:33 +00:00
text = "I know how to properly hit people "
[node name="p_confidence" parent="juijutsu/c_hit" groups=["c_Joy", "c_backlash", "c_boy_stuff", "c_comic_heroes", "c_homework"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 50)
2023-05-19 13:26:27 +00:00
text = "..., that gives me a lot of confidence."
2023-05-18 07:28:33 +00:00
[node name="p_vent" parent="juijutsu/c_hit" groups=["c_Joy", "c_backlash", "c_boy_stuff", "c_comic_heroes", "c_homework", "c_teachers"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 140)
2023-05-18 07:28:33 +00:00
text = "and thats a great vent."
2023-05-28 14:18:26 +00:00
[node name="c_void" parent="juijutsu" instance=ExtResource("1_xrckx")]
position = Vector2(0, 600)
2023-05-18 07:28:33 +00:00
[node name="p_wet" parent="juijutsu/c_void" groups=["c_void"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 50)
2023-05-18 07:28:33 +00:00
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)
2023-05-18 07:28:33 +00:00
text = "… I didnt say stop."
2023-05-28 13:17:23 +00:00
2023-07-17 22:13:17 +00:00
[node name="draeven" type="Control" parent="."]
2023-05-28 13:17:23 +00:00
anchors_preset = 0
offset_left = 1234.0
offset_top = 141.0
offset_right = 1274.0
offset_bottom = 181.0
2023-05-28 13:17:23 +00:00
2023-07-17 22:13:17 +00:00
[node name="c_out-of-world" parent="draeven" instance=ExtResource("1_xrckx")]
text = "I feel like I am not from of this world"
2023-05-28 13:17:23 +00:00
2023-07-17 22:13:17 +00:00
[node name="p_random11" parent="draeven/c_out-of-world" groups=["c_boy_stuff"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 50)
text = "I like being unique like that"
[node name="p_random12" parent="draeven/c_out-of-world" instance=ExtResource("2_ucudl")]
position = Vector2(-32, 140)
text = "I am thankful for the few friends that get me"
[node name="c_rejection" parent="draeven" instance=ExtResource("1_xrckx")]
position = Vector2(0, 300)
text = "I fear being rejected"
[node name="p_friends" parent="draeven/c_rejection" groups=["c_Joy", "c_backlash", "c_boy_stuff", "c_comic_heroes", "c_homework"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 50)
text = "that makes it hard to find friends"
[node name="p_laughed" parent="draeven/c_rejection" groups=["c_Joy", "c_backlash", "c_boy_stuff", "c_comic_heroes", "c_homework", "c_teachers"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 140)
text = "I'm afraid I will just get laughed at"
[node name="c_confusion" parent="draeven" instance=ExtResource("1_xrckx")]
position = Vector2(0, 600)
text = "I am just too many things at once"
[node name="p_random21" parent="draeven/c_confusion" groups=["c_void"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 50)
text = "it is just so overwhealming for me"
[node name="p_random22" parent="draeven/c_confusion" groups=["c_void"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 140)
text = "this is just too much for others"
[node name="test2" type="Control" parent="."]
anchors_preset = 0
offset_left = 1610.0
offset_top = 141.0
offset_right = 1650.0
offset_bottom = 181.0
[node name="c_random1" parent="test2" instance=ExtResource("1_xrckx")]
[node name="p_random11" parent="test2/c_random1" groups=["c_boy_stuff"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 50)
2023-05-28 13:17:23 +00:00
text = "random 1"
2023-07-17 22:13:17 +00:00
[node name="p_random12" parent="test2/c_random1" instance=ExtResource("2_ucudl")]
position = Vector2(-32, 140)
2023-05-28 13:17:23 +00:00
text = "random 1"
2023-07-17 22:13:17 +00:00
[node name="c_pick" parent="test2" instance=ExtResource("1_xrckx")]
position = Vector2(0, 300)
2023-05-28 13:17:23 +00:00
2023-07-17 22:13:17 +00:00
[node name="p_pick" parent="test2/c_pick" groups=["c_Joy", "c_backlash", "c_boy_stuff", "c_comic_heroes", "c_homework"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 50)
2023-05-28 13:17:23 +00:00
text = "pick me 2"
2023-07-17 22:13:17 +00:00
[node name="p_goof" parent="test2/c_pick" groups=["c_Joy", "c_backlash", "c_boy_stuff", "c_comic_heroes", "c_homework", "c_teachers"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 140)
2023-05-28 13:17:23 +00:00
text = "you done goofed"
2023-07-17 22:13:17 +00:00
[node name="c_random2" parent="test2" instance=ExtResource("1_xrckx")]
position = Vector2(0, 600)
2023-05-28 13:17:23 +00:00
2023-07-17 22:13:17 +00:00
[node name="p_random21" parent="test2/c_random2" groups=["c_void"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 50)
2023-05-28 13:17:23 +00:00
text = "random 2"
2023-07-17 22:13:17 +00:00
[node name="p_random22" parent="test2/c_random2" groups=["c_void"] instance=ExtResource("2_ucudl")]
position = Vector2(-32, 140)
2023-05-28 13:17:23 +00:00
text = "random 2"