AltParty2024/entities/manager.tscn

45 lines
1,015 B
Text
Raw Permalink Normal View History

2024-10-01 17:29:36 +03:00
[gd_scene load_steps=4 format=3 uid="uid://c0jgk88bnwwbs"]
2024-09-14 16:52:12 +03:00
[ext_resource type="Script" path="res://scripts/manager.gd" id="1_5d7ur"]
2024-10-01 17:29:36 +03:00
[sub_resource type="Animation" id="Animation_qy15n"]
resource_name = "timeline"
2024-10-10 22:04:47 +03:00
length = 70.0
2024-10-01 17:29:36 +03:00
tracks/0/type = "method"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath(".")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 11.889, 46, 58),
2024-10-09 20:30:44 +03:00
"transitions": PackedFloat32Array(1, 1, 1, 1),
2024-10-01 17:29:36 +03:00
"values": [{
"args": [0],
"method": &"set_scene"
}, {
"args": [1],
"method": &"set_scene"
2024-10-01 17:36:48 +03:00
}, {
2024-10-10 22:04:47 +03:00
"args": [2],
2024-10-09 20:30:44 +03:00
"method": &"set_scene"
}, {
2024-10-10 22:04:47 +03:00
"args": [3],
2024-10-01 17:36:48 +03:00
"method": &"set_scene"
2024-10-01 17:29:36 +03:00
}]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_v07gp"]
_data = {
"timeline": SubResource("Animation_qy15n")
}
2024-09-14 16:52:12 +03:00
[node name="Manager" type="Manager"]
bgm = "res://assets/bgm.ogg"
script = ExtResource("1_5d7ur")
2024-10-01 17:29:36 +03:00
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
libraries = {
"": SubResource("AnimationLibrary_v07gp")
}