Frame-of-Mind/src/dev-util/ingest_board.tscn

78 lines
2.3 KiB
Plaintext

[gd_scene load_steps=7 format=2]
[ext_resource path="res://dev-util/ingest_board.gd" type="Script" id=1]
[ext_resource path="res://dev-util/ingest connection.tscn" type="PackedScene" id=2]
[ext_resource path="res://dev-util/ingest post-it.tscn" type="PackedScene" id=3]
[ext_resource path="res://dev-util/ingest_card.tscn" type="PackedScene" id=4]
[ext_resource path="res://dev-util/ingest_story.tscn" type="PackedScene" id=5]
[ext_resource path="res://dev-util/pick_button.tscn" type="PackedScene" id=6]
[node name="Ingest Board" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
[node name="board" type="HBoxContainer" parent="."]
margin_left = 32.0
margin_top = 60.0
margin_right = 1872.0
margin_bottom = 1045.0
[node name="story_list" type="VBoxContainer" parent="board"]
margin_bottom = 985.0
[node name="card_list" type="VBoxContainer" parent="board"]
margin_left = 4.0
margin_right = 4.0
margin_bottom = 985.0
[node name="label_list" type="VBoxContainer" parent="board"]
margin_left = 8.0
margin_right = 8.0
margin_bottom = 985.0
[node name="postIt_list" type="VBoxContainer" parent="board/label_list"]
[node name="connections_list" type="VBoxContainer" parent="board/label_list"]
margin_top = 4.0
margin_bottom = 4.0
[node name="final_list" type="VBoxContainer" parent="board"]
margin_left = 12.0
margin_right = 12.0
margin_bottom = 985.0
[node name="templates" type="Control" parent="."]
visible = false
margin_right = 40.0
margin_bottom = 40.0
[node name="Ingest Connection" parent="templates" instance=ExtResource( 2 )]
[node name="Ingest Post-It" parent="templates" instance=ExtResource( 3 )]
[node name="Ingest Card" parent="templates" instance=ExtResource( 4 )]
[node name="Ingest Story" parent="templates" instance=ExtResource( 5 )]
margin_right = 316.0
margin_bottom = 98.0
[node name="Pick" parent="templates" instance=ExtResource( 6 )]
[node name="add story" type="Button" parent="."]
margin_left = 16.0
margin_top = 17.0
margin_right = 87.0
margin_bottom = 37.0
text = "add Story"
[node name="save" type="Button" parent="."]
margin_left = 1833.0
margin_top = 26.0
margin_right = 1874.0
margin_bottom = 46.0
text = "Save"
[connection signal="pressed" from="add story" to="." method="_on_add_story_pressed"]
[connection signal="pressed" from="save" to="." method="_on_save_pressed"]