-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tscn
67 lines (54 loc) · 2.1 KB
/
main.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[gd_scene load_steps=3 format=3 uid="uid://dx2rlanqcb38v"]
[ext_resource type="Theme" uid="uid://b84g4ksrn6wfv" path="res://ui_theme.tres" id="2_k2xj6"]
[ext_resource type="Script" path="res://connect.gd" id="4_0o6nf"]
[node name="Wallet" type="Node2D"]
script = ExtResource("4_0o6nf")
[node name="Control" type="Control" parent="."]
layout_mode = 3
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="CenterContainer" type="CenterContainer" parent="Control"]
layout_mode = 0
offset_right = 1154.0
offset_bottom = 654.0
[node name="VBoxContainer" type="VBoxContainer" parent="Control/CenterContainer"]
custom_minimum_size = Vector2(300, 2.08165e-12)
layout_mode = 2
[node name="Label" type="Label" parent="Control/CenterContainer/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 1
theme_override_font_sizes/font_size = 24
text = "Connection status"
horizontal_alignment = 1
vertical_alignment = 1
[node name="HSeparator" type="HSeparator" parent="Control/CenterContainer/VBoxContainer"]
custom_minimum_size = Vector2(2.08165e-12, 30)
layout_mode = 2
[node name="ConnectButton" type="Button" parent="Control/CenterContainer/VBoxContainer"]
layout_mode = 2
theme = ExtResource("2_k2xj6")
text = "Connect wallet"
[node name="LoadButton" type="Button" parent="Control/CenterContainer/VBoxContainer"]
visible = false
layout_mode = 2
size_flags_horizontal = 4
theme = ExtResource("2_k2xj6")
theme_override_font_sizes/font_size = 24
text = "Load assets"
[node name="CancelButton" type="Button" parent="Control/CenterContainer/VBoxContainer"]
visible = false
layout_mode = 2
theme = ExtResource("2_k2xj6")
theme_override_font_sizes/font_size = 24
text = "Cancel"
[node name="ConnectedScreen" type="VBoxContainer" parent="Control/CenterContainer/VBoxContainer"]
visible = false
layout_mode = 2
[node name="ItemList" type="ItemList" parent="Control/CenterContainer/VBoxContainer/ConnectedScreen"]
custom_minimum_size = Vector2(400, 400)
layout_mode = 2
[node name="DisconnectButton" type="Button" parent="Control/CenterContainer/VBoxContainer/ConnectedScreen"]
layout_mode = 2
theme = ExtResource("2_k2xj6")
text = "Log out"