ingesting current draft of cards
This commit is contained in:
parent
12d6717736
commit
447fe0cefe
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://b0jrrgiya70yt"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bvowj4l8dtceu"]
|
||||
|
||||
[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"]
|
||||
|
|
@ -11,47 +11,191 @@ anchor_bottom = 1.0
|
|||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="card" parent="." instance=ExtResource("1_xrckx")]
|
||||
layout_mode = 1
|
||||
text = "this is a testjaklsd;jfasdjf;lasjdlkfjasld;jf;asjdf;"
|
||||
compatible_postits = Array[Resource("res://logic-scenes/board/post-it.gd")]([])
|
||||
[node name="c_homework" parent="." instance=ExtResource("1_xrckx")]
|
||||
offset_left = 34.0
|
||||
offset_top = 31.0
|
||||
offset_right = 334.0
|
||||
offset_bottom = 251.0
|
||||
text = "I never put in much effort for homework "
|
||||
|
||||
[node name="post-it" parent="." instance=ExtResource("2_ucudl")]
|
||||
layout_mode = 1
|
||||
offset_left = 1.0
|
||||
offset_top = 542.0
|
||||
offset_right = 222.754
|
||||
offset_bottom = 738.338
|
||||
text = "bbbbbb"
|
||||
[node name="p_good_grades" parent="c_homework" instance=ExtResource("2_ucudl")]
|
||||
offset_left = 324.0
|
||||
offset_top = 16.0
|
||||
offset_right = 624.0
|
||||
offset_bottom = 116.0
|
||||
text = "but at least I get good grades."
|
||||
|
||||
[node name="post-it2" parent="." instance=ExtResource("2_ucudl")]
|
||||
layout_mode = 1
|
||||
offset_top = 271.0
|
||||
offset_right = 222.754
|
||||
offset_bottom = 467.338
|
||||
text = "aaaaaaaaaaaaaaaaaaaaaaaaa"
|
||||
[node name="p_upset_peers" parent="c_homework" instance=ExtResource("2_ucudl")]
|
||||
offset_left = 327.0
|
||||
offset_top = 118.0
|
||||
offset_right = 627.0
|
||||
offset_bottom = 218.0
|
||||
text = "and my peers were upset about that."
|
||||
|
||||
[node name="card2" parent="." instance=ExtResource("1_xrckx")]
|
||||
layout_mode = 1
|
||||
offset_left = 312.0
|
||||
offset_top = 3.0
|
||||
offset_right = 312.24
|
||||
offset_bottom = 2.88
|
||||
text = "wooooooo"
|
||||
compatible_postits = Array[Resource("res://logic-scenes/board/post-it.gd")]([])
|
||||
[node name="c_teachers" parent="." instance=ExtResource("1_xrckx")]
|
||||
offset_left = 35.0
|
||||
offset_top = 261.0
|
||||
offset_right = 335.0
|
||||
offset_bottom = 481.0
|
||||
text = "I like my teachers more than my classmates "
|
||||
|
||||
[node name="post-it21" parent="." instance=ExtResource("2_ucudl")]
|
||||
layout_mode = 1
|
||||
offset_left = 313.0
|
||||
offset_top = 545.0
|
||||
offset_right = 534.754
|
||||
offset_bottom = 741.338
|
||||
text = "bar"
|
||||
[node name="p_volunteering" parent="c_teachers" instance=ExtResource("2_ucudl")]
|
||||
offset_left = 318.0
|
||||
offset_top = 13.0
|
||||
offset_right = 618.0
|
||||
offset_bottom = 113.0
|
||||
text = "so doing voluntary social service at my school would be great."
|
||||
|
||||
[node name="post-it22" parent="." instance=ExtResource("2_ucudl")]
|
||||
layout_mode = 1
|
||||
offset_left = 312.0
|
||||
offset_top = 274.0
|
||||
offset_right = 534.754
|
||||
offset_bottom = 470.338
|
||||
text = "foo"
|
||||
[node name="p_becoming_teacher" parent="c_teachers" instance=ExtResource("2_ucudl")]
|
||||
offset_left = 321.0
|
||||
offset_top = 115.0
|
||||
offset_right = 621.0
|
||||
offset_bottom = 215.0
|
||||
text = "maybe I want to become a teacher."
|
||||
|
||||
[node name="c_Joy" parent="." instance=ExtResource("1_xrckx")]
|
||||
offset_left = 40.0
|
||||
offset_top = 489.0
|
||||
offset_right = 340.0
|
||||
offset_bottom = 709.0
|
||||
text = "I can put ages into things I enjoy "
|
||||
|
||||
[node name="p_worried_mother" parent="c_Joy" instance=ExtResource("2_ucudl")]
|
||||
offset_left = 320.0
|
||||
offset_top = 7.0
|
||||
offset_right = 620.0
|
||||
offset_bottom = 107.0
|
||||
text = "and my mother has that worried about me."
|
||||
|
||||
[node name="p_thomas" parent="c_Joy" instance=ExtResource("2_ucudl")]
|
||||
offset_left = 323.0
|
||||
offset_top = 109.0
|
||||
offset_right = 623.0
|
||||
offset_bottom = 209.0
|
||||
text = "Mr Thomas thinks that makes me gifted."
|
||||
|
||||
[node name="c_comic_heroes" parent="." instance=ExtResource("1_xrckx")]
|
||||
offset_left = 685.0
|
||||
offset_top = 26.0
|
||||
offset_right = 985.0
|
||||
offset_bottom = 246.0
|
||||
text = "Comic heroes are my role models "
|
||||
|
||||
[node name="p_effort" parent="c_comic_heroes" instance=ExtResource("2_ucudl")]
|
||||
offset_left = 324.0
|
||||
offset_top = 16.0
|
||||
offset_right = 624.0
|
||||
offset_bottom = 116.0
|
||||
text = "when I put in the effort, I can make the world a better place"
|
||||
|
||||
[node name="p_upset_peers" parent="c_comic_heroes" instance=ExtResource("2_ucudl")]
|
||||
offset_left = 327.0
|
||||
offset_top = 118.0
|
||||
offset_right = 627.0
|
||||
offset_bottom = 218.0
|
||||
text = "and I want to be like agent q!"
|
||||
|
||||
[node name="c_boy_stuff" parent="." instance=ExtResource("1_xrckx")]
|
||||
offset_left = 691.0
|
||||
offset_top = 270.0
|
||||
offset_right = 991.0
|
||||
offset_bottom = 490.0
|
||||
text = "I like boy stuff"
|
||||
|
||||
[node name="p_slut" parent="c_boy_stuff" instance=ExtResource("2_ucudl")]
|
||||
offset_left = 318.0
|
||||
offset_top = 13.0
|
||||
offset_right = 618.0
|
||||
offset_bottom = 113.0
|
||||
text = "this makes me a slut."
|
||||
|
||||
[node name="p_girls" parent="c_boy_stuff" instance=ExtResource("2_ucudl")]
|
||||
offset_left = 321.0
|
||||
offset_top = 115.0
|
||||
offset_right = 621.0
|
||||
offset_bottom = 215.0
|
||||
text = "and girls don't get that"
|
||||
|
||||
[node name="c_backlash" parent="." instance=ExtResource("1_xrckx")]
|
||||
offset_left = 691.0
|
||||
offset_top = 493.0
|
||||
offset_right = 991.0
|
||||
offset_bottom = 713.0
|
||||
text = "Despite the backlash, I protected my friend "
|
||||
|
||||
[node name="p_cross_friend" parent="c_backlash" instance=ExtResource("2_ucudl")]
|
||||
offset_left = 320.0
|
||||
offset_top = 7.0
|
||||
offset_right = 620.0
|
||||
offset_bottom = 107.0
|
||||
text = "I would never cross a friend, even if it was for my own good."
|
||||
|
||||
[node name="p_reward" parent="c_backlash" instance=ExtResource("2_ucudl")]
|
||||
offset_left = 323.0
|
||||
offset_top = 109.0
|
||||
offset_right = 623.0
|
||||
offset_bottom = 209.0
|
||||
text = "as those who put in the effort should be rewarded."
|
||||
|
||||
[node name="c_body" parent="." instance=ExtResource("1_xrckx")]
|
||||
offset_left = 1332.0
|
||||
offset_top = 34.0
|
||||
offset_right = 1632.0
|
||||
offset_bottom = 254.0
|
||||
text = "My body makes me uncomfortable "
|
||||
|
||||
[node name="p_boobs" parent="c_body" instance=ExtResource("2_ucudl")]
|
||||
offset_left = 324.0
|
||||
offset_top = 16.0
|
||||
offset_right = 624.0
|
||||
offset_bottom = 116.0
|
||||
text = "boobs are just not made for fighting."
|
||||
|
||||
[node name="p_fat" parent="c_body" instance=ExtResource("2_ucudl")]
|
||||
offset_left = 327.0
|
||||
offset_top = 118.0
|
||||
offset_right = 627.0
|
||||
offset_bottom = 218.0
|
||||
text = "I despise all the fat on my hips."
|
||||
|
||||
[node name="c_hit" parent="." instance=ExtResource("1_xrckx")]
|
||||
offset_left = 1338.0
|
||||
offset_top = 278.0
|
||||
offset_right = 1638.0
|
||||
offset_bottom = 498.0
|
||||
text = "I know how to properly hit people "
|
||||
|
||||
[node name="p_confidence" parent="c_hit" instance=ExtResource("2_ucudl")]
|
||||
offset_left = 318.0
|
||||
offset_top = 13.0
|
||||
offset_right = 618.0
|
||||
offset_bottom = 113.0
|
||||
text = ", that gives me a lot of confidence."
|
||||
|
||||
[node name="p_vent" parent="c_hit" instance=ExtResource("2_ucudl")]
|
||||
offset_left = 321.0
|
||||
offset_top = 115.0
|
||||
offset_right = 621.0
|
||||
offset_bottom = 215.0
|
||||
text = "and that’s a great vent."
|
||||
|
||||
[node name="c_backlash2" parent="." instance=ExtResource("1_xrckx")]
|
||||
offset_left = 1338.0
|
||||
offset_top = 501.0
|
||||
offset_right = 1638.0
|
||||
offset_bottom = 721.0
|
||||
text = "Despite the backlash, I protected my friend "
|
||||
|
||||
[node name="p_wet" parent="c_backlash2" instance=ExtResource("2_ucudl")]
|
||||
offset_left = 320.0
|
||||
offset_top = 7.0
|
||||
offset_right = 620.0
|
||||
offset_bottom = 107.0
|
||||
text = "… I was wet, so I must have been into it."
|
||||
|
||||
[node name="p_stop" parent="c_backlash2" instance=ExtResource("2_ucudl")]
|
||||
offset_left = 323.0
|
||||
offset_top = 109.0
|
||||
offset_right = 623.0
|
||||
offset_bottom = 209.0
|
||||
text = "… I didn’t say stop."
|
||||
|
|
|
|||
Loading…
Reference in New Issue