|
3 | 3 | [ext_resource type="Script" path="res://plugins/steam/core/steam_settings.gd" id="1_482tk"]
|
4 | 4 | [ext_resource type="PackedScene" uid="uid://d1hlp6c8wrqgv" path="res://core/ui/components/status.tscn" id="2_xf1mt"]
|
5 | 5 | [ext_resource type="PackedScene" uid="uid://d1rjdfxxrdccf" path="res://core/ui/components/text_input.tscn" id="3_d62ly"]
|
6 |
| -[ext_resource type="PackedScene" uid="uid://df5o1o2dsik84" path="res://core/ui/components/button.tscn" id="4_5dgjq"] |
| 6 | +[ext_resource type="PackedScene" uid="uid://c71ayw7pcw6u6" path="res://core/ui/components/card_button.tscn" id="4_jlnf0"] |
7 | 7 |
|
8 |
| -[node name="SteamSettings" type="ScrollContainer"] |
| 8 | +[node name="MarginContainer" type="MarginContainer"] |
9 | 9 | anchors_preset = 15
|
10 | 10 | anchor_right = 1.0
|
11 | 11 | anchor_bottom = 1.0
|
12 | 12 | grow_horizontal = 2
|
13 | 13 | grow_vertical = 2
|
14 |
| -size_flags_horizontal = 3 |
15 |
| -size_flags_vertical = 3 |
16 |
| -follow_focus = true |
17 | 14 | script = ExtResource("1_482tk")
|
18 | 15 |
|
19 |
| -[node name="MarginContainer" type="MarginContainer" parent="."] |
| 16 | +[node name="ContentContainer" type="VBoxContainer" parent="."] |
20 | 17 | layout_mode = 2
|
21 | 18 | size_flags_horizontal = 3
|
22 |
| -theme_override_constants/margin_left = 5 |
23 |
| -theme_override_constants/margin_top = 5 |
24 |
| -theme_override_constants/margin_right = 5 |
25 |
| -theme_override_constants/margin_bottom = 5 |
26 |
| - |
27 |
| -[node name="ContentContainer" type="VBoxContainer" parent="MarginContainer"] |
28 |
| -layout_mode = 2 |
29 |
| -size_flags_vertical = 3 |
| 19 | +size_flags_vertical = 0 |
30 | 20 | theme_override_constants/separation = 10
|
31 | 21 |
|
32 |
| -[node name="Status" parent="MarginContainer/ContentContainer" instance=ExtResource("2_xf1mt")] |
| 22 | +[node name="Status" parent="ContentContainer" instance=ExtResource("2_xf1mt")] |
33 | 23 | unique_name_in_owner = true
|
34 | 24 | layout_mode = 2
|
35 | 25 | title = "Status"
|
36 | 26 | description = ""
|
37 | 27 | status = 2
|
38 | 28 | color = "red"
|
39 | 29 |
|
40 |
| -[node name="ConnectedStatus" parent="MarginContainer/ContentContainer" instance=ExtResource("2_xf1mt")] |
| 30 | +[node name="ConnectedStatus" parent="ContentContainer" instance=ExtResource("2_xf1mt")] |
41 | 31 | unique_name_in_owner = true
|
42 | 32 | layout_mode = 2
|
43 | 33 | title = "Connected"
|
44 | 34 | description = ""
|
45 | 35 | color = "gray"
|
46 | 36 |
|
47 |
| -[node name="LoggedInStatus" parent="MarginContainer/ContentContainer" instance=ExtResource("2_xf1mt")] |
| 37 | +[node name="LoggedInStatus" parent="ContentContainer" instance=ExtResource("2_xf1mt")] |
48 | 38 | unique_name_in_owner = true
|
49 | 39 | layout_mode = 2
|
50 | 40 | title = "Logged In"
|
51 | 41 | description = ""
|
52 | 42 | color = "gray"
|
53 | 43 |
|
54 |
| -[node name="HSeparator" type="HSeparator" parent="MarginContainer/ContentContainer"] |
| 44 | +[node name="HSeparator" type="HSeparator" parent="ContentContainer"] |
55 | 45 | layout_mode = 2
|
56 | 46 |
|
57 |
| -[node name="UsernameTextInput" parent="MarginContainer/ContentContainer" instance=ExtResource("3_d62ly")] |
| 47 | +[node name="UsernameTextInput" parent="ContentContainer" instance=ExtResource("3_d62ly")] |
58 | 48 | unique_name_in_owner = true
|
59 | 49 | layout_mode = 2
|
60 | 50 | title = "Username"
|
61 | 51 | description = ""
|
62 | 52 |
|
63 |
| -[node name="PasswordTextInput" parent="MarginContainer/ContentContainer" instance=ExtResource("3_d62ly")] |
| 53 | +[node name="PasswordTextInput" parent="ContentContainer" instance=ExtResource("3_d62ly")] |
64 | 54 | unique_name_in_owner = true
|
65 | 55 | layout_mode = 2
|
66 | 56 | title = "Password"
|
67 | 57 | description = ""
|
68 | 58 | secret = true
|
69 | 59 |
|
70 |
| -[node name="TFATextInput" parent="MarginContainer/ContentContainer" instance=ExtResource("3_d62ly")] |
| 60 | +[node name="TFATextInput" parent="ContentContainer" instance=ExtResource("3_d62ly")] |
71 | 61 | unique_name_in_owner = true
|
72 | 62 | visible = false
|
73 | 63 | layout_mode = 2
|
74 | 64 | title = "SteamGuard Code"
|
75 | 65 | description = "Enter your Steam Guard code to continue"
|
76 | 66 | secret = true
|
77 | 67 |
|
78 |
| -[node name="HSeparatorLogin" type="HSeparator" parent="MarginContainer/ContentContainer"] |
| 68 | +[node name="HSeparatorLogin" type="HSeparator" parent="ContentContainer"] |
79 | 69 | layout_mode = 2
|
80 | 70 |
|
81 |
| -[node name="LoginButton" parent="MarginContainer/ContentContainer" instance=ExtResource("4_5dgjq")] |
| 71 | +[node name="LoginButton" parent="ContentContainer" instance=ExtResource("4_jlnf0")] |
82 | 72 | unique_name_in_owner = true
|
83 | 73 | layout_mode = 2
|
84 | 74 | text = "Login"
|
0 commit comments