mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
use logo in about screen
This commit is contained in:
parent
b973cb2ecd
commit
6c7fb5a9c6
1 changed files with 13 additions and 4 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue