This control handles searching for a user on Twitch, and allows saving them to the database.
68 lines
2.6 KiB
Text
68 lines
2.6 KiB
Text
[gd_scene format=3 uid="uid://2ifvkmqd0q3i"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bexdhdpprh6aa" path="res://UI/assets/font_awesome/magnifying-glass-location.svg" id="1_c6q78"]
|
|
[ext_resource type="Script" uid="uid://dgd1pmou5c35b" path="res://UI/Controls/search_twitch_user.gd" id="1_k513e"]
|
|
[ext_resource type="PackedScene" uid="uid://bk7elsy5s3equ" path="res://UI/Controls/twitch_user_info.tscn" id="2_k513e"]
|
|
[ext_resource type="Texture2D" uid="uid://bqgx2li6ejy4q" path="res://UI/assets/bootstrap/floppy-fill.png" id="3_hc0ai"]
|
|
[ext_resource type="Texture2D" uid="uid://ch7pe2qtxu5vt" path="res://UI/assets/font_awesome/user-pen.svg" id="4_21lmp"]
|
|
[ext_resource type="Texture2D" uid="uid://di8hel7cykf1y" path="res://UI/assets/font_awesome/eraser.svg" id="5_c6q78"]
|
|
|
|
[node name="SearchTwitchUser" type="PanelContainer" unique_id=83637811]
|
|
script = ExtResource("1_k513e")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=574238165]
|
|
layout_mode = 2
|
|
|
|
[node name="Search" type="HBoxContainer" parent="VBoxContainer" unique_id=335042598]
|
|
layout_mode = 2
|
|
|
|
[node name="ico" type="TextureRect" parent="VBoxContainer/Search" unique_id=2076335426]
|
|
custom_minimum_size = Vector2(32, 32)
|
|
layout_mode = 2
|
|
texture = ExtResource("1_c6q78")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="SearchUser" type="LineEdit" parent="VBoxContainer/Search" unique_id=1739256223]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
placeholder_text = "search by username"
|
|
|
|
[node name="SearchId" type="LineEdit" parent="VBoxContainer/Search" unique_id=778191154]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
placeholder_text = "search by user ID"
|
|
|
|
[node name="TwitchUserInfo" parent="VBoxContainer" unique_id=1944732530 instance=ExtResource("2_k513e")]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer" unique_id=663178970]
|
|
layout_mode = 2
|
|
|
|
[node name="SaveUser" type="Button" parent="VBoxContainer/HBoxContainer" unique_id=1903961333]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
text = "Save new user"
|
|
icon = ExtResource("3_hc0ai")
|
|
expand_icon = true
|
|
|
|
[node name="UpdateUser" type="Button" parent="VBoxContainer/HBoxContainer" unique_id=1835546110]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
text = "Update User"
|
|
icon = ExtResource("4_21lmp")
|
|
expand_icon = true
|
|
|
|
[node name="ClearUser" type="Button" parent="VBoxContainer/HBoxContainer" unique_id=2034415437]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
text = "Clear"
|
|
icon = ExtResource("5_c6q78")
|
|
expand_icon = true
|