use logo in about screen

This commit is contained in:
Lera Elvoé 2023-12-15 19:46:46 +03:00
parent b973cb2ecd
commit 6c7fb5a9c6
No known key found for this signature in database

View file

@ -1,6 +1,7 @@
[gd_scene load_steps=4 format=3 uid="uid://bu466w2w3q08c"]
[gd_scene load_steps=5 format=3 uid="uid://bu466w2w3q08c"]
[ext_resource type="Script" path="res://graph_node_renderer/about_dialog.gd" id="1_xn0s3"]
[ext_resource type="Texture2D" uid="uid://bsac4pnv4a3wv" path="res://dist/logo-flattened.svg" id="2_e1chc"]
[sub_resource type="SystemFont" id="SystemFont_ueb25"]
font_names = PackedStringArray("Monospace")
@ -13,13 +14,13 @@ font_size = 12
[node name="AboutDialog" type="AcceptDialog"]
title = "About StreamGraph"
initial_position = 2
size = Vector2i(632, 466)
size = Vector2i(714, 466)
script = ExtResource("1_xn0s3")
[node name="HBoxContainer" type="VBoxContainer" parent="."]
offset_left = 8.0
offset_top = 8.0
offset_right = 624.0
offset_right = 706.0
offset_bottom = 417.0
theme_override_constants/separation = 15
@ -27,7 +28,15 @@ theme_override_constants/separation = 15
layout_mode = 2
theme_override_constants/separation = 40
[node name="Label" type="Label" parent="HBoxContainer/VBoxContainer"]
[node name="HBoxContainer" type="HBoxContainer" parent="HBoxContainer/VBoxContainer"]
layout_mode = 2
[node name="TextureRect" type="TextureRect" parent="HBoxContainer/VBoxContainer/HBoxContainer"]
layout_mode = 2
texture = ExtResource("2_e1chc")
expand_mode = 3
[node name="Label" type="Label" parent="HBoxContainer/VBoxContainer/HBoxContainer"]
custom_minimum_size = Vector2(400, 0)
layout_mode = 2
text = "StreamGraph is a node graph-based virtual stream deck and livestream automation tool."