Files
seeding-planets/gui/splash/splash_screen.tscn
T
zacharie 9fdf8d2888 Dev 0.1
* Ajout des modes de jeu
* Dev de subterra et estia
* Ajout de tous les dialogues et traduction
* Ajout d'un splashscreen
2026-07-19 12:08:29 +02:00

106 lines
3.2 KiB
Plaintext

[gd_scene format=3 uid="uid://d26rqc1skdjyt"]
[ext_resource type="Texture2D" uid="uid://55e07s702qri" path="res://gui/splash/assets/logo-appear.tres" id="1_ei31p"]
[ext_resource type="Theme" uid="uid://5au2k3vf2po3" path="res://gui/ressources/menu.tres" id="1_xgrtu"]
[ext_resource type="FontFile" uid="uid://qt80w6o01q5s" path="res://gui/ressources/fonts/TitanOne-Regular.ttf" id="3_qflf7"]
[sub_resource type="Animation" id="Animation_jnlp7"]
length = 0.001
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("VBoxContainer:modulate:a")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 1,
"values": [1.0]
}
tracks/1/type = "value"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath("VBoxContainer/OrchindiePresentLabel:modulate:a")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 1,
"values": [1.5127409]
}
[sub_resource type="Animation" id="Animation_l8v81"]
resource_name = "SplashScreen"
length = 3.0000000000000004
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("VBoxContainer:modulate:a")
tracks/0/interp = 2
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(2.3666666, 3),
"transitions": PackedFloat32Array(1, 1),
"update": 0,
"values": [1.0, 0.0]
}
tracks/1/type = "value"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath("VBoxContainer/OrchindiePresentLabel:modulate:a")
tracks/1/interp = 2
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(1.7333333, 2),
"transitions": PackedFloat32Array(1, 1),
"update": 0,
"values": [0.0, 1.5127409]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_vyht1"]
_data = {
&"RESET": SubResource("Animation_jnlp7"),
&"SplashScreen": SubResource("Animation_l8v81")
}
[node name="SplashScreen" type="CanvasLayer" unique_id=1780911683]
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=725083885]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
alignment = 1
[node name="TextureRect" type="TextureRect" parent="VBoxContainer" unique_id=533907033]
modulate = Color(1, 0.6509804, 0.09019608, 1)
custom_minimum_size = Vector2(200, 200)
layout_mode = 2
texture = ExtResource("1_ei31p")
expand_mode = 1
stretch_mode = 5
[node name="OrchindiePresentLabel" type="RichTextLabel" parent="VBoxContainer" unique_id=1536231117]
modulate = Color(1, 1, 1, 1.5127409)
layout_mode = 2
theme = ExtResource("1_xgrtu")
theme_override_fonts/normal_font = ExtResource("3_qflf7")
theme_override_font_sizes/normal_font_size = 40
theme_override_font_sizes/bold_font_size = 30
theme_override_font_sizes/bold_italics_font_size = 30
theme_override_font_sizes/italics_font_size = 30
theme_override_font_sizes/mono_font_size = 30
bbcode_enabled = true
text = "Orchindie"
fit_content = true
horizontal_alignment = 1
vertical_alignment = 1
[node name="SplashScreenAnimationPlayer" type="AnimationPlayer" parent="." unique_id=1994487413]
unique_name_in_owner = true
libraries/ = SubResource("AnimationLibrary_vyht1")
autoplay = &"SplashScreen"