-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVSKUploadDialogTest.tscn
31 lines (24 loc) · 1.03 KB
/
VSKUploadDialogTest.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[gd_scene load_steps=2 format=3 uid="uid://b6whr3bh7v2m5"]
[ext_resource type="Script" path="res://addons/vsk_editor/vsk_upload_dialog_test.gd" id="1"]
[node name="VSKButtonDialogTest" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1")
[node name="CenterContainer" type="CenterContainer" parent="."]
layout_mode = 0
anchor_right = 1.0
anchor_bottom = 1.0
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"]
layout_mode = 2
[node name="ShowDialogButton" type="Button" parent="CenterContainer/VBoxContainer"]
layout_mode = 2
text = "Show Dialog"
[node name="TestUploadButton" type="Button" parent="CenterContainer/VBoxContainer"]
layout_mode = 2
text = "Test Upload"
[connection signal="pressed" from="CenterContainer/VBoxContainer/ShowDialogButton" to="." method="_on_ShowDialogButton_pressed"]
[connection signal="pressed" from="CenterContainer/VBoxContainer/TestUploadButton" to="." method="_on_TestUploadButton_pressed"]