2020-09-01 17:24:21 +02:00
|
|
|
[gd_scene load_steps=2 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://repository.gd" type="Script" id=1]
|
|
|
|
|
|
|
|
[node name="Repository" type="Node2D"]
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="Index" type="Label" parent="."]
|
|
|
|
margin_left = 36.0787
|
|
|
|
margin_top = 120.0
|
|
|
|
margin_right = 375.079
|
|
|
|
margin_bottom = 1044.0
|
|
|
|
text = "file1
|
|
|
|
file2"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="IndexLabel" type="Label" parent="."]
|
|
|
|
margin_left = 38.0
|
|
|
|
margin_top = 69.0
|
|
|
|
margin_right = 377.0
|
|
|
|
margin_bottom = 108.0
|
|
|
|
text = "Index:"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2020-09-01 19:32:33 +02:00
|
|
|
|
|
|
|
[node name="Button" type="Button" parent="."]
|
|
|
|
margin_left = 36.5602
|
|
|
|
margin_top = 67.9891
|
|
|
|
margin_right = 94.5602
|
|
|
|
margin_bottom = 109.989
|
|
|
|
text = "Update"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
[connection signal="pressed" from="Button" to="." method="update_everything"]
|