From 1d8d0f76ec86ecddae5276fb536ecfcb2ff9da41 Mon Sep 17 00:00:00 2001 From: betalars Date: Tue, 11 Jul 2023 23:12:00 +0200 Subject: [PATCH] updating board of devs --- src/dev-util/board of devs.tscn | 69 +++++++++++++++++++++------------ 1 file changed, 44 insertions(+), 25 deletions(-) diff --git a/src/dev-util/board of devs.tscn b/src/dev-util/board of devs.tscn index 7af0066..d8688f2 100644 --- a/src/dev-util/board of devs.tscn +++ b/src/dev-util/board of devs.tscn @@ -1,8 +1,14 @@ -[gd_scene load_steps=3 format=3 uid="uid://bvowj4l8dtceu"] +[gd_scene load_steps=4 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"] +[sub_resource type="GDScript" id="GDScript_cr445"] +script/source = "extends Control + +var has_stage: bool = false +" + [node name="board of devs" type="Control"] layout_mode = 3 anchors_preset = 15 @@ -10,6 +16,7 @@ anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 +script = SubResource("GDScript_cr445") [node name="childhood" type="Control" parent="."] anchors_preset = 0 @@ -20,44 +27,47 @@ offset_bottom = 181.0 [node name="c_homework" parent="childhood" instance=ExtResource("1_xrckx")] text = "I never put in much effort for homework " +metadata/type = "card" [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) text = "but at least I get good grades." -is_dragable = false +metadata/type = "post-it" [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) text = "and my peers were upset about that." -is_dragable = false +metadata/type = "post-it" [node name="c_teachers" parent="childhood" instance=ExtResource("1_xrckx")] position = Vector2(0, 300) text = "I like my teachers more than my classmates " +metadata/type = "card" [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." -is_dragable = false +metadata/type = "post-it" [node name="p_becoming_teacher" parent="childhood/c_teachers" groups=["c_Joy", "c_backlash", "c_homework"] instance=ExtResource("2_ucudl")] position = Vector2(-32, 140) text = "maybe I want to become a teacher." -is_dragable = false +metadata/type = "post-it" [node name="c_Joy" parent="childhood" instance=ExtResource("1_xrckx")] position = Vector2(0, 600) text = "I can put ages into things I enjoy " +metadata/type = "card" [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")] position = Vector2(-32, 50) text = "my mother would be worried about that" -is_dragable = false +metadata/type = "post-it" [node name="p_thomas" parent="childhood/c_Joy" groups=["c_backlash", "c_comic_heroes", "c_homework", "c_teachers"] instance=ExtResource("2_ucudl")] position = Vector2(-32, 140) text = "Mr Thomas thinks that makes me gifted." -is_dragable = false +metadata/type = "post-it" [node name="voice_training" type="Control" parent="."] anchors_preset = 0 @@ -68,44 +78,47 @@ offset_bottom = 141.0 [node name="c_comic_heroes" parent="voice_training" instance=ExtResource("1_xrckx")] text = "Comic heroes are my role models " +metadata/type = "card" [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) text = "when I put in the effort, I can make the world a better place" -is_dragable = false +metadata/type = "post-it" [node name="p_upset_peers" parent="voice_training/c_comic_heroes" groups=["c_Joy", "c_body", "c_boy_stuff", "c_hit"] instance=ExtResource("2_ucudl")] position = Vector2(-32, 140) text = "and I want to be like agent q!" -is_dragable = false +metadata/type = "post-it" [node name="c_boy_stuff" parent="voice_training" instance=ExtResource("1_xrckx")] position = Vector2(0, 300) text = "I like boy stuff " +metadata/type = "card" [node name="p_slut" parent="voice_training/c_boy_stuff" groups=["c_Joy", "c_body", "c_hit", "c_homework", "c_teachers"] instance=ExtResource("2_ucudl")] position = Vector2(-32, 50) text = "others think I only pretend to." -is_dragable = false +metadata/type = "post-it" [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." -is_dragable = false +metadata/type = "post-it" [node name="c_backlash" parent="voice_training" instance=ExtResource("1_xrckx")] position = Vector2(0, 600) text = "Despite the backlash, I protected Joyo in front of class " +metadata/type = "card" [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) text = "I would never cross a friend, even if it was for my own good." -is_dragable = false +metadata/type = "post-it" [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." -is_dragable = false +metadata/type = "post-it" [node name="juijutsu" type="Control" parent="."] anchors_preset = 0 @@ -116,43 +129,46 @@ offset_bottom = 141.0 [node name="c_body" parent="juijutsu" instance=ExtResource("1_xrckx")] text = "my body makes me uncomfortable " +metadata/type = "card" [node name="p_boobs" parent="juijutsu/c_body" groups=["c_boy_stuff"] instance=ExtResource("2_ucudl")] position = Vector2(-32, 50) text = "boobs are just not made for fighting." -is_dragable = false +metadata/type = "post-it" [node name="p_fat" parent="juijutsu/c_body" instance=ExtResource("2_ucudl")] position = Vector2(-32, 140) text = "I despise all the fat on my hips." -is_dragable = false +metadata/type = "post-it" [node name="c_hit" parent="juijutsu" instance=ExtResource("1_xrckx")] position = Vector2(0, 300) text = "I know how to properly hit people " +metadata/type = "card" [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) text = "..., that gives me a lot of confidence." -is_dragable = false +metadata/type = "post-it" [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) text = "and that’s a great vent." -is_dragable = false +metadata/type = "post-it" [node name="c_void" parent="juijutsu" instance=ExtResource("1_xrckx")] position = Vector2(0, 600) +metadata/type = "card" [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." -is_dragable = false +metadata/type = "post-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." -is_dragable = false +metadata/type = "post-it" [node name="test" type="Control" parent="."] anchors_preset = 0 @@ -162,39 +178,42 @@ offset_right = 1274.0 offset_bottom = 181.0 [node name="c_random1" parent="test" instance=ExtResource("1_xrckx")] +metadata/type = "card" [node name="p_random11" parent="test/c_random1" groups=["c_boy_stuff"] instance=ExtResource("2_ucudl")] position = Vector2(-32, 50) text = "random 1" -is_dragable = false +metadata/type = "post-it" [node name="p_random12" parent="test/c_random1" instance=ExtResource("2_ucudl")] position = Vector2(-32, 140) text = "random 1" -is_dragable = false +metadata/type = "post-it" [node name="c_pick" parent="test" instance=ExtResource("1_xrckx")] position = Vector2(0, 300) +metadata/type = "card" [node name="p_pick" parent="test/c_pick" groups=["c_Joy", "c_backlash", "c_boy_stuff", "c_comic_heroes", "c_homework"] instance=ExtResource("2_ucudl")] position = Vector2(-32, 50) text = "pick me 2" -is_dragable = false +metadata/type = "post-it" [node name="p_goof" parent="test/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) text = "you done goofed" -is_dragable = false +metadata/type = "post-it" [node name="c_random2" parent="test" instance=ExtResource("1_xrckx")] position = Vector2(0, 600) +metadata/type = "card" [node name="p_random21" parent="test/c_random2" groups=["c_void"] instance=ExtResource("2_ucudl")] position = Vector2(-32, 50) text = "random 2" -is_dragable = false +metadata/type = "post-it" [node name="p_random22" parent="test/c_random2" groups=["c_void"] instance=ExtResource("2_ucudl")] position = Vector2(-32, 140) text = "random 2" -is_dragable = false +metadata/type = "post-it"