68 lines
1.9 KiB
Plaintext
68 lines
1.9 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://dv0sy1voqlq14"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dxqtqlu4rkew7" path="res://resources/logo/bbj.png" id="1_al3ug"]
|
|
[ext_resource type="Script" uid="uid://dws5xbkc0kjl3" path="res://scripts/LogoScene.cs" id="1_dx6qu"]
|
|
|
|
[sub_resource type="Animation" id="Animation_2c4eo"]
|
|
length = 0.001
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("BbjLogo/Sprite2D:modulate")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0),
|
|
"transitions": PackedFloat32Array(1),
|
|
"update": 0,
|
|
"values": [Color(1, 1, 1, 0)]
|
|
}
|
|
|
|
[sub_resource type="Animation" id="Animation_6umjc"]
|
|
resource_name = "logo_show"
|
|
length = 3.0
|
|
step = 1.0
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("BbjLogo/Sprite2D:modulate")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0, 1, 2, 3),
|
|
"transitions": PackedFloat32Array(1, 1, 1, 1),
|
|
"update": 0,
|
|
"values": [Color(1, 1, 1, 0), Color(1, 1, 1, 1), Color(1, 1, 1, 1), Color(1, 1, 1, 0)]
|
|
}
|
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_sun07"]
|
|
_data = {
|
|
&"RESET": SubResource("Animation_2c4eo"),
|
|
&"logo_show": SubResource("Animation_6umjc")
|
|
}
|
|
|
|
[node name="LogoScene" type="Node2D"]
|
|
script = ExtResource("1_dx6qu")
|
|
|
|
[node name="BbjLogo" type="CanvasLayer" parent="."]
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="BbjLogo"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="BbjLogo"]
|
|
modulate = Color(1, 1, 1, 0)
|
|
texture_filter = 6
|
|
position = Vector2(960, 540)
|
|
scale = Vector2(1.5, 1.5)
|
|
texture = ExtResource("1_al3ug")
|
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
|
libraries = {
|
|
&"": SubResource("AnimationLibrary_sun07")
|
|
}
|
|
autoplay = "logo_show"
|