p, pre, br, b, img, separator, i, u, small, mark, code tags
This commit is contained in:
32
Scenes/Styles/BrowserText.tres
Normal file
32
Scenes/Styles/BrowserText.tres
Normal file
@@ -0,0 +1,32 @@
|
||||
[gd_resource type="Theme" load_steps=7 format=3 uid="uid://bn6rbmdy60lhr"]
|
||||
|
||||
[sub_resource type="SystemFont" id="SystemFont_jecr6"]
|
||||
font_names = PackedStringArray("Serif")
|
||||
font_weight = 700
|
||||
|
||||
[sub_resource type="SystemFont" id="SystemFont_75mhk"]
|
||||
font_names = PackedStringArray("Serif")
|
||||
font_italic = true
|
||||
font_weight = 700
|
||||
|
||||
[sub_resource type="SystemFont" id="SystemFont_3k2jb"]
|
||||
font_names = PackedStringArray("Serif")
|
||||
font_italic = true
|
||||
|
||||
[sub_resource type="SystemFont" id="SystemFont_u0shw"]
|
||||
font_names = PackedStringArray("Monospace")
|
||||
|
||||
[sub_resource type="SystemFont" id="SystemFont_g4dwp"]
|
||||
font_names = PackedStringArray("Serif")
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_jecr6"]
|
||||
|
||||
[resource]
|
||||
RichTextLabel/colors/font_selected_color = Color(1, 1, 1, 1)
|
||||
RichTextLabel/colors/selection_color = Color(0.313726, 0.403922, 0.8, 1)
|
||||
RichTextLabel/fonts/bold_font = SubResource("SystemFont_jecr6")
|
||||
RichTextLabel/fonts/bold_italics_font = SubResource("SystemFont_75mhk")
|
||||
RichTextLabel/fonts/italics_font = SubResource("SystemFont_3k2jb")
|
||||
RichTextLabel/fonts/mono_font = SubResource("SystemFont_u0shw")
|
||||
RichTextLabel/fonts/normal_font = SubResource("SystemFont_g4dwp")
|
||||
RichTextLabel/styles/focus = SubResource("StyleBoxEmpty_jecr6")
|
||||
@@ -1,11 +1,12 @@
|
||||
[gd_scene load_steps=11 format=3 uid="uid://sqhcxhcre081"]
|
||||
[gd_scene load_steps=12 format=3 uid="uid://sqhcxhcre081"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://crpnnfqm3k5xv" path="res://Scripts/Tab.gd" id="1_q3baj"]
|
||||
[ext_resource type="Texture2D" uid="uid://gq8g7t4s3ryg" path="res://Icons/x.svg" id="2_pisds"]
|
||||
[ext_resource type="Texture2D" uid="uid://gq8g7t4s3ryg" path="res://Assets/Icons/x.svg" id="2_pisds"]
|
||||
[ext_resource type="StyleBox" uid="uid://fd1nftmqox32" path="res://Scenes/Styles/TabHoverDefault.tres" id="3_kjcxk"]
|
||||
[ext_resource type="Texture2D" uid="uid://c7u7a1u1v04bx" path="res://Scenes/Styles/TabGradientDefault.tres" id="3_q3baj"]
|
||||
[ext_resource type="StyleBox" uid="uid://bx3sgro1ageff" path="res://Scenes/Styles/TabDefault.tres" id="4_ib6pj"]
|
||||
[ext_resource type="Texture2D" uid="uid://dioe63fr47oq7" path="res://Scripts/youtube.png" id="6_bdsd2"]
|
||||
[ext_resource type="Texture2D" uid="uid://dglkjumm1q4lo" path="res://Assets/Icons/23x23-empty.svg" id="5_ib6pj"]
|
||||
[ext_resource type="Texture2D" uid="uid://70k6bw18rsri" path="res://icon.svg" id="6_ib6pj"]
|
||||
[ext_resource type="StyleBox" uid="uid://dn8exdnk8tjce" path="res://Scenes/Styles/CloseButtonHover.tres" id="6_pisds"]
|
||||
[ext_resource type="StyleBox" uid="uid://dn6r16retee3l" path="res://Scenes/Styles/CloseButtonNormal.tres" id="7_1ohlo"]
|
||||
|
||||
@@ -45,10 +46,20 @@ theme_override_styles/pressed = ExtResource("3_kjcxk")
|
||||
theme_override_styles/normal = ExtResource("4_ib6pj")
|
||||
action_mode = 0
|
||||
text = "(2) YouTube - STOP PLAYING WITH ME BITCHES FR"
|
||||
icon = ExtResource("6_bdsd2")
|
||||
icon = ExtResource("5_ib6pj")
|
||||
alignment = 0
|
||||
text_overrun_behavior = 3
|
||||
|
||||
[node name="Icon" type="TextureRect" parent="."]
|
||||
custom_minimum_size = Vector2(23, 23)
|
||||
layout_mode = 0
|
||||
offset_left = 8.0
|
||||
offset_top = 13.0
|
||||
offset_right = 31.0
|
||||
offset_bottom = 36.0
|
||||
texture = ExtResource("6_ib6pj")
|
||||
expand_mode = 1
|
||||
|
||||
[node name="CloseButton" type="Button" parent="."]
|
||||
z_index = 2
|
||||
custom_minimum_size = Vector2(34, 34)
|
||||
|
||||
23
Scenes/Tags/bold.tscn
Normal file
23
Scenes/Tags/bold.tscn
Normal file
@@ -0,0 +1,23 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://ijrbim6j8e36"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://chdftsciuecfk" path="res://Scripts/Tags/bold.gd" id="1_04sgx"]
|
||||
[ext_resource type="Theme" uid="uid://bn6rbmdy60lhr" path="res://Scenes/Styles/BrowserText.tres" id="1_mtsji"]
|
||||
|
||||
[node name="BOLD" type="VBoxContainer"]
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
grow_horizontal = 2
|
||||
theme = ExtResource("1_mtsji")
|
||||
script = ExtResource("1_04sgx")
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
focus_mode = 2
|
||||
mouse_default_cursor_shape = 1
|
||||
theme = ExtResource("1_mtsji")
|
||||
theme_override_colors/default_color = Color(0, 0, 0, 1)
|
||||
bbcode_enabled = true
|
||||
text = "What the sigma"
|
||||
fit_content = true
|
||||
selection_enabled = true
|
||||
10
Scenes/Tags/br.tscn
Normal file
10
Scenes/Tags/br.tscn
Normal file
@@ -0,0 +1,10 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://dmnpful5xhtrk"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://csd2kcqixac65" path="res://Scripts/Tags/br.gd" id="1_7hb8m"]
|
||||
|
||||
[node name="BR" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
grow_horizontal = 2
|
||||
script = ExtResource("1_7hb8m")
|
||||
22
Scenes/Tags/code.tscn
Normal file
22
Scenes/Tags/code.tscn
Normal file
@@ -0,0 +1,22 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://i5otagppegeo"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c3dnmqsnj0akr" path="res://Scripts/Tags/code.gd" id="1_g4dwp"]
|
||||
[ext_resource type="Theme" uid="uid://bn6rbmdy60lhr" path="res://Scenes/Styles/BrowserText.tres" id="2_u0shw"]
|
||||
|
||||
[node name="CODE" type="VBoxContainer"]
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
grow_horizontal = 2
|
||||
script = ExtResource("1_g4dwp")
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
focus_mode = 2
|
||||
mouse_default_cursor_shape = 1
|
||||
theme = ExtResource("2_u0shw")
|
||||
theme_override_colors/default_color = Color(0, 0, 0, 1)
|
||||
bbcode_enabled = true
|
||||
text = "What the sigma"
|
||||
fit_content = true
|
||||
selection_enabled = true
|
||||
0
Scenes/Tags/h1.tscn
Normal file
0
Scenes/Tags/h1.tscn
Normal file
10
Scenes/Tags/img.tscn
Normal file
10
Scenes/Tags/img.tscn
Normal file
@@ -0,0 +1,10 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://b5rpke43iqfkt"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dgakysfyq773t" path="res://Scripts/Tags/img.gd" id="1_clm6l"]
|
||||
|
||||
[node name="TextureRect" type="TextureRect"]
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 0
|
||||
expand_mode = 1
|
||||
stretch_mode = 2
|
||||
script = ExtResource("1_clm6l")
|
||||
22
Scenes/Tags/italic.tscn
Normal file
22
Scenes/Tags/italic.tscn
Normal file
@@ -0,0 +1,22 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bdw0ahhesgnvr"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bamty87whxwxi" path="res://Scripts/Tags/italic.gd" id="1_ch1cm"]
|
||||
[ext_resource type="Theme" uid="uid://bn6rbmdy60lhr" path="res://Scenes/Styles/BrowserText.tres" id="1_vh1cg"]
|
||||
|
||||
[node name="ITALIC" type="VBoxContainer"]
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
grow_horizontal = 2
|
||||
theme = ExtResource("1_vh1cg")
|
||||
script = ExtResource("1_ch1cm")
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
focus_mode = 2
|
||||
mouse_default_cursor_shape = 1
|
||||
theme_override_colors/default_color = Color(0, 0, 0, 1)
|
||||
bbcode_enabled = true
|
||||
text = "What the sigma"
|
||||
fit_content = true
|
||||
selection_enabled = true
|
||||
22
Scenes/Tags/mark.tscn
Normal file
22
Scenes/Tags/mark.tscn
Normal file
@@ -0,0 +1,22 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dlj64k35igexw"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c2i8dwyyuufff" path="res://Scripts/Tags/mark.gd" id="1_j8rvb"]
|
||||
[ext_resource type="Theme" uid="uid://bn6rbmdy60lhr" path="res://Scenes/Styles/BrowserText.tres" id="1_jr508"]
|
||||
|
||||
[node name="MARK" type="VBoxContainer"]
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
grow_horizontal = 2
|
||||
theme = ExtResource("1_jr508")
|
||||
script = ExtResource("1_j8rvb")
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
focus_mode = 2
|
||||
mouse_default_cursor_shape = 1
|
||||
theme_override_colors/default_color = Color(0, 0, 0, 1)
|
||||
bbcode_enabled = true
|
||||
text = "What the sigma"
|
||||
fit_content = true
|
||||
selection_enabled = true
|
||||
22
Scenes/Tags/p.tscn
Normal file
22
Scenes/Tags/p.tscn
Normal file
@@ -0,0 +1,22 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://fr6lovy4ikok"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cg6kjvlx3an1j" path="res://Scripts/Tags/p.gd" id="1_pnbfg"]
|
||||
[ext_resource type="Theme" uid="uid://bn6rbmdy60lhr" path="res://Scenes/Styles/BrowserText.tres" id="2_1glvj"]
|
||||
|
||||
[node name="P" type="VBoxContainer"]
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
grow_horizontal = 2
|
||||
script = ExtResource("1_pnbfg")
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
focus_mode = 2
|
||||
mouse_default_cursor_shape = 1
|
||||
theme = ExtResource("2_1glvj")
|
||||
theme_override_colors/default_color = Color(0, 0, 0, 1)
|
||||
bbcode_enabled = true
|
||||
text = "What the sigma"
|
||||
fit_content = true
|
||||
selection_enabled = true
|
||||
22
Scenes/Tags/pre.tscn
Normal file
22
Scenes/Tags/pre.tscn
Normal file
@@ -0,0 +1,22 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://byt2tvxanciuk"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://8mam5rvtx72x" path="res://Scripts/Tags/pre.gd" id="1_7hb8m"]
|
||||
[ext_resource type="Theme" uid="uid://bn6rbmdy60lhr" path="res://Scenes/Styles/BrowserText.tres" id="1_xp1ft"]
|
||||
|
||||
[node name="PRE" type="VBoxContainer"]
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
grow_horizontal = 2
|
||||
theme = ExtResource("1_xp1ft")
|
||||
script = ExtResource("1_7hb8m")
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
focus_mode = 2
|
||||
mouse_default_cursor_shape = 1
|
||||
theme_override_colors/default_color = Color(0, 0, 0, 1)
|
||||
bbcode_enabled = true
|
||||
text = "What the sigma"
|
||||
fit_content = true
|
||||
selection_enabled = true
|
||||
8
Scenes/Tags/separator.tscn
Normal file
8
Scenes/Tags/separator.tscn
Normal file
@@ -0,0 +1,8 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://drfl5d5o2cudk"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://rol353cupbbf" path="res://Scripts/Tags/separator.gd" id="1_pu577"]
|
||||
|
||||
[node name="Separator" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 0
|
||||
script = ExtResource("1_pu577")
|
||||
22
Scenes/Tags/small.tscn
Normal file
22
Scenes/Tags/small.tscn
Normal file
@@ -0,0 +1,22 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://btiiex1eu1krs"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://xr7n1lat501x" path="res://Scripts/Tags/small.gd" id="1_5vt6h"]
|
||||
[ext_resource type="Theme" uid="uid://bn6rbmdy60lhr" path="res://Scenes/Styles/BrowserText.tres" id="1_yi3vu"]
|
||||
|
||||
[node name="SMALL" type="VBoxContainer"]
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
grow_horizontal = 2
|
||||
theme = ExtResource("1_yi3vu")
|
||||
script = ExtResource("1_5vt6h")
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
focus_mode = 2
|
||||
mouse_default_cursor_shape = 1
|
||||
theme_override_colors/default_color = Color(0, 0, 0, 1)
|
||||
bbcode_enabled = true
|
||||
text = "What the sigma"
|
||||
fit_content = true
|
||||
selection_enabled = true
|
||||
22
Scenes/Tags/underline.tscn
Normal file
22
Scenes/Tags/underline.tscn
Normal file
@@ -0,0 +1,22 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://br7ys1wgsp5om"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://x0hphtm8kf12" path="res://Scripts/Tags/underline.gd" id="1_7hb8m"]
|
||||
[ext_resource type="Theme" uid="uid://bn6rbmdy60lhr" path="res://Scenes/Styles/BrowserText.tres" id="1_xp1ft"]
|
||||
|
||||
[node name="UNDERLINE" type="VBoxContainer"]
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
grow_horizontal = 2
|
||||
theme = ExtResource("1_xp1ft")
|
||||
script = ExtResource("1_7hb8m")
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
focus_mode = 2
|
||||
mouse_default_cursor_shape = 1
|
||||
theme_override_colors/default_color = Color(0, 0, 0, 1)
|
||||
bbcode_enabled = true
|
||||
text = "What the sigma"
|
||||
fit_content = true
|
||||
selection_enabled = true
|
||||
@@ -1,14 +1,14 @@
|
||||
[gd_scene load_steps=22 format=3 uid="uid://bytm7bt2s4ak8"]
|
||||
[gd_scene load_steps=23 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://df1m4j7uxi63v" path="res://Icons/chevron-down.svg" id="2_6bp64"]
|
||||
[ext_resource type="Texture2D" uid="uid://df1m4j7uxi63v" path="res://Assets/Icons/chevron-down.svg" id="2_6bp64"]
|
||||
[ext_resource type="Script" uid="uid://cy0c74thgjwok" path="res://Scripts/TabContainer.gd" id="2_hptm8"]
|
||||
[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://bf0vx7qwo28k6" path="res://Assets/Icons/search.svg" id="3_8gbba"]
|
||||
[ext_resource type="Texture2D" uid="uid://bp42ccs2nmbmw" path="res://Assets/Icons/arrow-left.svg" id="3_21xkr"]
|
||||
[ext_resource type="Texture2D" uid="uid://dyyylow47qd0k" path="res://Assets/Icons/arrow-right.svg" id="4_6bp64"]
|
||||
[ext_resource type="PackedScene" uid="uid://sqhcxhcre081" path="res://Scenes/Tab.tscn" id="4_344ge"]
|
||||
[ext_resource type="Texture2D" uid="uid://cu4hjoba6etf" path="res://Icons/rotate-cw.svg" id="5_344ge"]
|
||||
[ext_resource type="Texture2D" uid="uid://cehbtwq6gq0cn" path="res://Icons/plus.svg" id="5_ynf5e"]
|
||||
[ext_resource type="Texture2D" uid="uid://cu4hjoba6etf" path="res://Assets/Icons/rotate-cw.svg" id="5_344ge"]
|
||||
[ext_resource type="Texture2D" uid="uid://cehbtwq6gq0cn" path="res://Assets/Icons/plus.svg" id="5_ynf5e"]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_344ge"]
|
||||
|
||||
@@ -61,13 +61,16 @@ expand_margin_left = 40.0
|
||||
LineEdit/styles/focus = SubResource("StyleBoxEmpty_8gbba")
|
||||
LineEdit/styles/normal = SubResource("StyleBoxFlat_8gbba")
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_white"]
|
||||
bg_color = Color(1, 1, 1, 1)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_6iyac"]
|
||||
bg_color = Color(0.105882, 0.105882, 0.105882, 1)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_21xkr"]
|
||||
bg_color = Color(0.168627, 0.168627, 0.168627, 1)
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
[node name="Main" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
@@ -187,17 +190,23 @@ stretch_mode = 5
|
||||
custom_minimum_size = Vector2(0, 5)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="BottomContainer" type="Control" parent="VBoxContainer"]
|
||||
[node name="WebsiteContainer" type="VBoxContainer" parent="VBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
theme_override_constants/separation = 22
|
||||
|
||||
[node name="ColorRect2" type="ColorRect" parent="VBoxContainer/BottomContainer"]
|
||||
[node name="WebsiteBackground" type="Panel" parent="."]
|
||||
z_index = -1
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_top = 125.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_white")
|
||||
|
||||
[node name="Panel" type="Panel" parent="."]
|
||||
z_index = -5
|
||||
@@ -212,7 +221,7 @@ theme_override_styles/panel = SubResource("StyleBoxFlat_6iyac")
|
||||
z_index = -6
|
||||
layout_mode = 2
|
||||
offset_right = 1920.0
|
||||
offset_bottom = 117.0
|
||||
offset_bottom = 125.0
|
||||
mouse_filter = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_21xkr")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user