MIF_E31230535/prestart1.tscn

108 lines
3.0 KiB
Plaintext

[gd_scene load_steps=8 format=3 uid="uid://dk7k8v8wkh1pi"]
[ext_resource type="Texture2D" uid="uid://id68bjlpymjr" path="res://logo_vertical_monochrome_dark.png" id="1_cijjs"]
[ext_resource type="Script" uid="uid://b3t71ycctklfv" path="res://prestart_1.gd" id="1_wrtj4"]
[ext_resource type="Texture2D" uid="uid://clbxwv5l2uc25" path="res://Logo Polije.png" id="2_wrtj4"]
[sub_resource type="Animation" id="Animation_vakva"]
length = 0.001
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("CanvasLayer/ColorRect:color")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Color(0, 0, 0, 1)]
}
[sub_resource type="Animation" id="Animation_1rdvs"]
resource_name = "fadein"
length = 2.0
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("CanvasLayer/ColorRect:color")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 1),
"transitions": PackedFloat32Array(1, 1),
"update": 0,
"values": [Color(0, 0, 0, 1), Color(0, 0, 0, 0)]
}
tracks/1/type = "value"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath("Sprite2D:modulate")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(1),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Color(1, 1, 1, 1)]
}
[sub_resource type="Animation" id="Animation_r2gjl"]
resource_name = "fadeout"
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("CanvasLayer/ColorRect:color")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 1),
"transitions": PackedFloat32Array(1, 1),
"update": 0,
"values": [Color(0, 0, 0, 0), Color(0, 0, 0, 1)]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_r2gjl"]
_data = {
&"RESET": SubResource("Animation_vakva"),
&"fadein": SubResource("Animation_1rdvs"),
&"fadeout": SubResource("Animation_r2gjl")
}
[node name="Node2D" type="Node2D"]
script = ExtResource("1_wrtj4")
target_scene = "uid://bseujl2b7vx2v"
[node name="ColorRect" type="ColorRect" parent="."]
offset_left = -85.0
offset_top = -80.0
offset_right = 1222.0
offset_bottom = 753.0
color = Color(0, 0, 0, 1)
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2(365, 302)
scale = Vector2(0.27050784, 0.25896668)
texture = ExtResource("1_cijjs")
[node name="Sprite2D2" type="Sprite2D" parent="."]
position = Vector2(781.00006, 302)
scale = Vector2(0.27050784, 0.25896668)
texture = ExtResource("2_wrtj4")
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="ColorRect" type="ColorRect" parent="CanvasLayer"]
z_index = 10
offset_left = -16.0
offset_right = 1169.0
offset_bottom = 670.0
color = Color(0, 0, 0, 1)
[node name="TimerJeda" type="Timer" parent="."]
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
libraries = {
&"": SubResource("AnimationLibrary_r2gjl")
}