119 lines
3.7 KiB
Plaintext
119 lines
3.7 KiB
Plaintext
[gd_scene load_steps=10 format=3 uid="uid://bytm7bt2s4ak8"]
|
|
|
|
[ext_resource type="Script" uid="uid://bg5iqnwic1rio" path="res://Scripts/main.gd" id="1_8q3xr"]
|
|
[ext_resource type="Texture2D" uid="uid://dioe63fr47oq7" path="res://Scripts/youtube.png" id="2_bo1nx"]
|
|
[ext_resource type="Texture2D" uid="uid://bf0vx7qwo28k6" path="res://Icons/search.svg" id="3_8gbba"]
|
|
[ext_resource type="Texture2D" uid="uid://bp42ccs2nmbmw" path="res://Icons/arrow-left.svg" id="3_21xkr"]
|
|
[ext_resource type="Texture2D" uid="uid://dyyylow47qd0k" path="res://Icons/arrow-right.svg" id="4_6bp64"]
|
|
[ext_resource type="Texture2D" uid="uid://cu4hjoba6etf" path="res://Icons/rotate-cw.svg" id="5_344ge"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_8gbba"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_8gbba"]
|
|
corner_radius_top_left = 9
|
|
corner_radius_top_right = 9
|
|
corner_radius_bottom_right = 9
|
|
corner_radius_bottom_left = 9
|
|
expand_margin_left = 35.0
|
|
|
|
[sub_resource type="Theme" id="Theme_jjvhh"]
|
|
LineEdit/styles/focus = SubResource("StyleBoxEmpty_8gbba")
|
|
LineEdit/styles/normal = SubResource("StyleBoxFlat_8gbba")
|
|
|
|
[node name="Control" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_8q3xr")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = 10.0
|
|
offset_top = 10.0
|
|
offset_right = -10.0
|
|
offset_bottom = -10.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="HFlowContainer" type="HFlowContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Button" type="Button" parent="VBoxContainer/HFlowContainer"]
|
|
custom_minimum_size = Vector2(250, 40)
|
|
layout_mode = 2
|
|
theme_override_colors/font_color = Color(1, 1, 1, 1)
|
|
theme_override_constants/h_separation = 8
|
|
text = "(2) YouTube - Home Page testing"
|
|
icon = ExtResource("2_bo1nx")
|
|
alignment = 0
|
|
text_overrun_behavior = 3
|
|
expand_icon = true
|
|
|
|
[node name="Button2" type="Button" parent="VBoxContainer/HFlowContainer"]
|
|
custom_minimum_size = Vector2(50, 40)
|
|
layout_mode = 2
|
|
text = "hello world"
|
|
|
|
[node name="Button3" type="Button" parent="VBoxContainer/HFlowContainer"]
|
|
custom_minimum_size = Vector2(50, 40)
|
|
layout_mode = 2
|
|
text = "hello world"
|
|
|
|
[node name="Button4" type="Button" parent="VBoxContainer/HFlowContainer"]
|
|
custom_minimum_size = Vector2(50, 40)
|
|
layout_mode = 2
|
|
text = "hello world"
|
|
|
|
[node name="HSeparator" type="HSeparator" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="BackButton" type="Button" parent="VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
icon = ExtResource("3_21xkr")
|
|
|
|
[node name="ForwardButton" type="Button" parent="VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
icon = ExtResource("4_6bp64")
|
|
|
|
[node name="ReloadButton" type="Button" parent="VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
icon = ExtResource("5_344ge")
|
|
|
|
[node name="Control" type="Control" parent="VBoxContainer/HBoxContainer"]
|
|
custom_minimum_size = Vector2(32, 0)
|
|
layout_mode = 2
|
|
|
|
[node name="LineEdit" type="LineEdit" parent="VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme = SubResource("Theme_jjvhh")
|
|
placeholder_text = "Search or enter web address"
|
|
caret_blink = true
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="VBoxContainer/HBoxContainer/LineEdit"]
|
|
layout_mode = 2
|
|
offset_left = -27.0
|
|
offset_right = -3.0
|
|
offset_bottom = 37.0
|
|
scale = Vector2(0.85, 0.85)
|
|
texture = ExtResource("3_8gbba")
|
|
stretch_mode = 5
|