|
1 |
| -[gd_scene load_steps=22 format=3 uid="uid://bk84lkodndnjq"] |
| 1 | +[gd_scene load_steps=23 format=3 uid="uid://bk84lkodndnjq"] |
2 | 2 |
|
3 | 3 | [ext_resource type="Texture2D" uid="uid://bstmt1kr6ub1d" path="res://assets/icons/app/retrohub_logo_1024px_draft.png" id="1"]
|
4 | 4 | [ext_resource type="FontFile" path="res://resources/fonts/default_big.tres" id="2"]
|
|
14 | 14 | [ext_resource type="Texture2D" uid="uid://bu0ju7swsiiy7" path="res://assets/icons/scrapers/screenscraper.png" id="12"]
|
15 | 15 | [ext_resource type="Script" path="res://source/utils/TabContainerHandler.gd" id="13"]
|
16 | 16 | [ext_resource type="Script" path="res://addons/controller_icons/objects/TextureRect.gd" id="14"]
|
| 17 | +[ext_resource type="Texture2D" uid="uid://c8hlfcx5lgjmv" path="res://assets/copyright/godot-blurhash.png" id="14_6ym5y"] |
17 | 18 | [ext_resource type="Theme" uid="uid://jtuqhw3am1h3" path="res://resources/default_theme.tres" id="15"]
|
18 | 19 | [ext_resource type="Texture2D" uid="uid://dim5mk7g4q043" path="res://addons/controller_icons/assets/key/q.png" id="16_d1rm0"]
|
19 | 20 | [ext_resource type="Script" path="res://scenes/ui_nodes/AccessibilityFocus.gd" id="18"]
|
@@ -54,6 +55,7 @@ size_flags_vertical = 3
|
54 | 55 | theme = ExtResource("15")
|
55 | 56 |
|
56 | 57 | [node name="About" type="ScrollContainer" parent="TabContainerHandler/TabContainer"]
|
| 58 | +visible = false |
57 | 59 | layout_mode = 2
|
58 | 60 | size_flags_horizontal = 3
|
59 | 61 | size_flags_vertical = 3
|
@@ -456,12 +458,61 @@ script = ExtResource("18")
|
456 | 458 | [node name="HSeparator" type="HSeparator" parent="TabContainerHandler/TabContainer/Libraries/VBoxContainer/godot-accessibility"]
|
457 | 459 | layout_mode = 2
|
458 | 460 |
|
| 461 | +[node name="godot-blurhash" type="VBoxContainer" parent="TabContainerHandler/TabContainer/Libraries/VBoxContainer"] |
| 462 | +layout_mode = 2 |
| 463 | + |
| 464 | +[node name="HBoxContainer" type="HBoxContainer" parent="TabContainerHandler/TabContainer/Libraries/VBoxContainer/godot-blurhash"] |
| 465 | +layout_mode = 2 |
| 466 | + |
| 467 | +[node name="TextureRect" type="TextureRect" parent="TabContainerHandler/TabContainer/Libraries/VBoxContainer/godot-blurhash/HBoxContainer"] |
| 468 | +custom_minimum_size = Vector2(76, 76) |
| 469 | +layout_mode = 2 |
| 470 | +size_flags_vertical = 3 |
| 471 | +texture = ExtResource("14_6ym5y") |
| 472 | +expand_mode = 1 |
| 473 | +stretch_mode = 4 |
| 474 | +script = ExtResource("10") |
| 475 | + |
| 476 | +[node name="VBoxContainer" type="VBoxContainer" parent="TabContainerHandler/TabContainer/Libraries/VBoxContainer/godot-blurhash/HBoxContainer"] |
| 477 | +layout_mode = 2 |
| 478 | +size_flags_horizontal = 3 |
| 479 | + |
| 480 | +[node name="Label" type="Label" parent="TabContainerHandler/TabContainer/Libraries/VBoxContainer/godot-blurhash/HBoxContainer/VBoxContainer"] |
| 481 | +layout_mode = 2 |
| 482 | +theme_override_fonts/font = ExtResource("5") |
| 483 | +text = "Godot-BlurHash" |
| 484 | +label_settings = SubResource("LabelSettings_r5ag3") |
| 485 | + |
| 486 | +[node name="AccessibilityFocus" type="Node" parent="TabContainerHandler/TabContainer/Libraries/VBoxContainer/godot-blurhash/HBoxContainer/VBoxContainer/Label"] |
| 487 | +script = ExtResource("18") |
| 488 | + |
| 489 | +[node name="RichTextLabel" type="RichTextLabel" parent="TabContainerHandler/TabContainer/Libraries/VBoxContainer/godot-blurhash/HBoxContainer/VBoxContainer"] |
| 490 | +layout_mode = 2 |
| 491 | +bbcode_enabled = true |
| 492 | +text = "Website: [url=https://github.com/rsubtil/godot-blurhash]https://github.com/rsubtil/godot-blurhash[/url] |
| 493 | +License: [url=mit_godot-blurhash]MIT[/url]" |
| 494 | +fit_content = true |
| 495 | + |
| 496 | +[node name="AccessibilityFocus" type="Node" parent="TabContainerHandler/TabContainer/Libraries/VBoxContainer/godot-blurhash/HBoxContainer/VBoxContainer/RichTextLabel"] |
| 497 | +script = ExtResource("18") |
| 498 | + |
| 499 | +[node name="RichTextLabel" type="RichTextLabel" parent="TabContainerHandler/TabContainer/Libraries/VBoxContainer/godot-blurhash"] |
| 500 | +layout_mode = 2 |
| 501 | +bbcode_enabled = true |
| 502 | +text = "Addon to generate blurry versions of textures for quick previews. Algorithm developed by [url=https://blurha.sh/]Wolt[/url]" |
| 503 | +fit_content = true |
| 504 | + |
| 505 | +[node name="AccessibilityFocus" type="Node" parent="TabContainerHandler/TabContainer/Libraries/VBoxContainer/godot-blurhash/RichTextLabel"] |
| 506 | +script = ExtResource("18") |
| 507 | + |
| 508 | +[node name="HSeparator" type="HSeparator" parent="TabContainerHandler/TabContainer/Libraries/VBoxContainer/godot-blurhash"] |
| 509 | +layout_mode = 2 |
| 510 | + |
459 | 511 | [node name="ScrollHandler" type="Control" parent="TabContainerHandler/TabContainer/Libraries"]
|
460 | 512 | layout_mode = 2
|
461 | 513 | script = ExtResource("9")
|
462 | 514 |
|
463 | 515 | [node name="Assets" type="ScrollContainer" parent="TabContainerHandler/TabContainer"]
|
464 |
| -visible = false |
465 | 516 | layout_mode = 2
|
466 | 517 |
|
467 | 518 | [node name="VBoxContainer" type="VBoxContainer" parent="TabContainerHandler/TabContainer/Assets"]
|
@@ -663,6 +714,8 @@ max_width = 30
|
663 | 714 | [connection signal="meta_clicked" from="TabContainerHandler/TabContainer/Libraries/VBoxContainer/OnScreenKeyboard/HBoxContainer/VBoxContainer/RichTextLabel" to="." method="_on_RichTextLabel_meta_clicked"]
|
664 | 715 | [connection signal="meta_clicked" from="TabContainerHandler/TabContainer/Libraries/VBoxContainer/godot-accessibility/HBoxContainer/VBoxContainer/RichTextLabel" to="." method="_on_RichTextLabel_meta_clicked"]
|
665 | 716 | [connection signal="meta_clicked" from="TabContainerHandler/TabContainer/Libraries/VBoxContainer/godot-accessibility/RichTextLabel" to="." method="_on_RichTextLabel_meta_clicked"]
|
| 717 | +[connection signal="meta_clicked" from="TabContainerHandler/TabContainer/Libraries/VBoxContainer/godot-blurhash/HBoxContainer/VBoxContainer/RichTextLabel" to="." method="_on_RichTextLabel_meta_clicked"] |
| 718 | +[connection signal="meta_clicked" from="TabContainerHandler/TabContainer/Libraries/VBoxContainer/godot-blurhash/RichTextLabel" to="." method="_on_RichTextLabel_meta_clicked"] |
666 | 719 | [connection signal="meta_clicked" from="TabContainerHandler/TabContainer/Assets/VBoxContainer/Godot/HBoxContainer/VBoxContainer/RichTextLabel" to="." method="_on_RichTextLabel_meta_clicked"]
|
667 | 720 | [connection signal="meta_clicked" from="TabContainerHandler/TabContainer/Assets/VBoxContainer/ScreenScraper/HBoxContainer/VBoxContainer/RichTextLabel" to="." method="_on_RichTextLabel_meta_clicked"]
|
668 | 721 | [connection signal="item_activated" from="TabContainerHandler/TabContainer/Licenses/HBoxContainer/Names" to="TabContainerHandler/TabContainer/Licenses" method="_on_Names_item_activated"]
|
|
0 commit comments