]> Repositories - rushbound.git/blob - addons/godot_super-wakatime/api_key_prompt.tscn
Install Godot Super Wakatime
[rushbound.git] / addons / godot_super-wakatime / api_key_prompt.tscn
1 [gd_scene load_steps=3 format=3 uid="uid://bv3rxl15k7bj6"]
2
3 [sub_resource type="Theme" id="Theme_qedjm"]
4
5 [sub_resource type="Theme" id="Theme_1xn0x"]
6
7 [node name="ApiKeyPrompt" type="PopupPanel"]
8 title = "API key configuration"
9 initial_position = 1
10 size = Vector2i(350, 100)
11 visible = true
12 content_scale_aspect = 4
13 content_scale_stretch = 1
14 theme = SubResource("Theme_qedjm")
15
16 [node name="VBoxContainer" type="VBoxContainer" parent="."]
17 anchors_preset = 15
18 anchor_right = 1.0
19 anchor_bottom = 1.0
20 offset_left = 4.0
21 offset_top = 4.0
22 offset_right = -4.0
23 offset_bottom = -4.0
24 grow_horizontal = 2
25 grow_vertical = 2
26 size_flags_horizontal = 4
27 size_flags_vertical = 4
28 theme = SubResource("Theme_1xn0x")
29
30 [node name="HBoxContainerTop" type="HBoxContainer" parent="VBoxContainer"]
31 layout_mode = 2
32
33 [node name="LineEdit" type="LineEdit" parent="VBoxContainer/HBoxContainerTop"]
34 custom_minimum_size = Vector2(200, 25)
35 layout_mode = 2
36 size_flags_horizontal = 6
37 size_flags_vertical = 0
38 placeholder_text = "Provide Your Wakatime API Key"
39 expand_to_text_length = true
40 secret = true
41
42 [node name="ShowButton" type="Button" parent="VBoxContainer/HBoxContainerTop"]
43 layout_mode = 2
44 size_flags_horizontal = 6
45 size_flags_vertical = 4
46 text = "Show"
47
48 [node name="HBoxContainerBottom" type="HBoxContainer" parent="VBoxContainer"]
49 layout_mode = 2
50
51 [node name="SubmitButton" type="Button" parent="VBoxContainer/HBoxContainerBottom"]
52 layout_mode = 2
53 size_flags_horizontal = 6
54 size_flags_vertical = 0
55 text = "Submit"