33 lines
1,000 B
Text
33 lines
1,000 B
Text
|
|
[gd_scene load_steps=3 format=3 uid="uid://cus81w3pidhjo"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" uid="uid://b6qdiwr7rawx1" path="res://addons/twitcher/editor/inspector/user_converter.gd" id="1_ior8m"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://1e6nrtqsuc6" path="res://addons/twitcher/assets/icon_search.tres" id="2_t7vdb"]
|
||
|
|
|
||
|
|
[node name="UserConverter" type="HBoxContainer"]
|
||
|
|
offset_right = 40.0
|
||
|
|
offset_bottom = 40.0
|
||
|
|
size_flags_horizontal = 3
|
||
|
|
script = ExtResource("1_ior8m")
|
||
|
|
|
||
|
|
[node name="Login" type="LineEdit" parent="."]
|
||
|
|
unique_name_in_owner = true
|
||
|
|
layout_mode = 2
|
||
|
|
size_flags_horizontal = 3
|
||
|
|
placeholder_text = "User Login"
|
||
|
|
|
||
|
|
[node name="Id" type="LineEdit" parent="."]
|
||
|
|
unique_name_in_owner = true
|
||
|
|
visible = false
|
||
|
|
layout_mode = 2
|
||
|
|
size_flags_horizontal = 3
|
||
|
|
placeholder_text = "User ID"
|
||
|
|
|
||
|
|
[node name="SwapView" type="Button" parent="."]
|
||
|
|
unique_name_in_owner = true
|
||
|
|
layout_mode = 2
|
||
|
|
text = "Name"
|
||
|
|
|
||
|
|
[node name="Search" type="Button" parent="."]
|
||
|
|
unique_name_in_owner = true
|
||
|
|
layout_mode = 2
|
||
|
|
icon = ExtResource("2_t7vdb")
|