mirror of
https://github.com/Relintai/Godot-Simple-TODO.git
synced 2024-12-20 10:16:52 +01:00
72 lines
1.9 KiB
Plaintext
72 lines
1.9 KiB
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://yf8y5e74vv4o"]
|
|
|
|
[ext_resource type="Script" path="res://addons/SimpleTODO/TODO.gd" id="1"]
|
|
|
|
[node name="TODO" type="Control"]
|
|
clip_contents = true
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
script = ExtResource("1")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
offset_right = 1152.0
|
|
offset_bottom = 31.0
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/PanelContainer"]
|
|
layout_mode = 2
|
|
offset_right = 1152.0
|
|
offset_bottom = 31.0
|
|
|
|
[node name="Button" type="Button" parent="VBoxContainer/PanelContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
offset_left = 525.0
|
|
offset_right = 626.0
|
|
offset_bottom = 31.0
|
|
size_flags_horizontal = 4
|
|
text = "Add column"
|
|
|
|
[node name="ColumnMirror" type="Control" parent="VBoxContainer/PanelContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
custom_minimum_size = Vector2i(0, 30)
|
|
layout_mode = 2
|
|
anchors_preset = 0
|
|
offset_top = 35.0
|
|
offset_right = 1152.0
|
|
offset_bottom = 35.0
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
offset_top = 35.0
|
|
offset_right = 1152.0
|
|
offset_bottom = 648.0
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Columns" type="HBoxContainer" parent="VBoxContainer/ScrollContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
offset_right = 1152.0
|
|
offset_bottom = 613.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[connection signal="pressed" from="VBoxContainer/PanelContainer/VBoxContainer/Button" to="." method="add_column" binds= [true]]
|