Presencode/scenesrc/UserInterface.tscn

135 lines
3.8 KiB
Text
Raw Normal View History

[gd_scene load_steps=9 format=3 uid="uid://cbqdxkaq5m44g"]
2024-05-10 20:08:02 +02:00
[ext_resource type="Shader" path="res://assets/shaders/blur.gdshader" id="1_6kunn"]
[ext_resource type="Script" path="res://src/userinterface.gd" id="1_7rse1"]
[ext_resource type="Texture2D" uid="uid://485ypkeljwca" path="res://assets/images/WallpaperResized.png" id="1_kfnw8"]
2024-05-10 20:08:02 +02:00
[ext_resource type="Texture2D" uid="uid://b23f0o450c2xl" path="res://assets/images/IconText.png" id="3_hxo5p"]
[ext_resource type="PackedScene" uid="uid://bnftxfwr021q6" path="res://addons/venus/assets/uielements/Splash.tscn" id="5_db03k"]
2024-05-10 20:08:02 +02:00
[ext_resource type="PackedScene" uid="uid://bso65vpjqc4g4" path="res://addons/SUI/scenesrc/SuiText.tscn" id="5_lpbss"]
[ext_resource type="PackedScene" uid="uid://4hi8y7pu3w0v" path="res://addons/SUI/scenesrc/SuiTextButton.tscn" id="6_xj8q1"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_tg5oh"]
shader = ExtResource("1_6kunn")
shader_parameter/radius = 4.0
shader_parameter/steps = 32
shader_parameter/vertex_expand = 1.0
[node name="UserInterface" type="NinePatchRect"]
2024-05-10 20:08:02 +02:00
material = SubResource("ShaderMaterial_tg5oh")
offset_right = 1440.0
offset_bottom = 810.0
texture = ExtResource("1_kfnw8")
script = ExtResource("1_7rse1")
2024-05-10 20:08:02 +02:00
[node name="Logo" type="NinePatchRect" parent="."]
layout_mode = 1
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -480.0
offset_top = 80.0
offset_right = 480.0
offset_bottom = 260.0
grow_horizontal = 2
texture = ExtResource("3_hxo5p")
[node name="SplashVenus" parent="." instance=ExtResource("5_db03k")]
offset_left = 898.0
2024-05-10 20:08:02 +02:00
offset_top = 210.0
offset_right = 1340.0
2024-05-10 20:08:02 +02:00
offset_bottom = 300.0
splash_category = "presencode"
2024-05-10 20:08:02 +02:00
[node name="Buttons" type="Control" parent="."]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -179.0
offset_top = -113.5
2024-05-10 20:08:02 +02:00
offset_right = 179.0
offset_bottom = 113.5
2024-05-10 20:08:02 +02:00
grow_horizontal = 2
grow_vertical = 2
[node name="PresentZip" parent="Buttons" instance=ExtResource("6_xj8q1")]
2024-05-10 20:08:02 +02:00
layout_mode = 1
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
anchor_bottom = 0.0
offset_left = -175.0
offset_right = 175.0
offset_bottom = 53.0
grow_vertical = 1
text = "[center]Open archive[/center]"
[node name="PresentDir" parent="Buttons" instance=ExtResource("6_xj8q1")]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -175.0
offset_top = -55.5
offset_right = 175.0
offset_bottom = -2.5
text = "[center]Open directory[/center]"
2024-05-10 20:08:02 +02:00
[node name="Docs" parent="Buttons" instance=ExtResource("6_xj8q1")]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -175.0
offset_top = 2.5
2024-05-10 20:08:02 +02:00
offset_right = 175.0
offset_bottom = 55.5
2024-05-10 20:08:02 +02:00
text = "[center]View documentation[/center]"
[node name="ClosePresencode" parent="Buttons" instance=ExtResource("6_xj8q1")]
layout_mode = 1
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
offset_left = -175.0
offset_top = -53.0
offset_right = 175.0
offset_bottom = 0.0
grow_vertical = 0
text = "[center]Close Presencode[/center]"
[node name="CopyrightLicense" parent="." instance=ExtResource("5_lpbss")]
layout_mode = 1
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
offset_left = -481.5
offset_top = -114.0
offset_right = 481.5
offset_bottom = -40.0
grow_vertical = 0
text = "[center]Copyright (c) 2024 JeremyStarTM & Contributors.
Licensed under the GNU Affero General Public License v3 WITHOUT ANY WARRANTY.[/center]"
[node name="WallpaperAttribution" parent="." instance=ExtResource("5_lpbss")]
modulate = Color(0, 0, 0, 1)
layout_mode = 1
anchors_preset = 0
anchor_right = 0.0
anchor_bottom = 0.0
offset_left = 5.0
offset_top = 5.0
offset_right = 653.0
offset_bottom = 46.0
grow_horizontal = 1
grow_vertical = 1
text = "Copyright (c) Thomas Wolf, www.foto-tw.de (CC BY-SA 3.0)"