56 lines
1.5 KiB
Plaintext
56 lines
1.5 KiB
Plaintext
[gd_scene load_steps=7 format=4]
|
|
|
|
[ext_resource type="Texture2D" path="res://Sprites/Menus/Menu Sprites/spr_wild_revolver_battle_outline.png" id="1"]
|
|
[ext_resource type="AudioStream" path="res://Audio/Sounds/snd_saber3.wav" id="2"]
|
|
|
|
[sub_resource type="Curve" id="Curve_rl5h1"]
|
|
_data = [Vector2(0, 0), 0.0, 1.0, 0, 1, Vector2(1, 1), 1.0, 0.0, 1, 0]
|
|
point_count = 2
|
|
|
|
[sub_resource type="Gradient" id="Gradient_v0iio"]
|
|
colors = PackedColorArray(1, 1, 1, 1, 1, 1, 1, 0)
|
|
|
|
[sub_resource type="Animation" id="Animation_82uj2"]
|
|
resource_name = "new_animation"
|
|
loop_mode = 1
|
|
tracks/0/type = "audio"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("AudioStreamPlayer")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"clips": [{
|
|
"end_offset": 0.0,
|
|
"start_offset": 0.0,
|
|
"stream": ExtResource("2")
|
|
}],
|
|
"times": PackedFloat32Array(0)
|
|
}
|
|
tracks/0/use_blend = true
|
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_1tcyx"]
|
|
_data = {
|
|
&"new_animation": SubResource("Animation_82uj2")
|
|
}
|
|
|
|
[node name="AxisSiren" type="CPUParticles2D"]
|
|
position = Vector2(0, -36)
|
|
texture = ExtResource("1")
|
|
emission_shape = 1
|
|
emission_sphere_radius = 2.0
|
|
gravity = Vector2(0, 0)
|
|
scale_amount_curve = SubResource("Curve_rl5h1")
|
|
color = Color(0.94902, 0.937255, 0.588235, 1)
|
|
color_ramp = SubResource("Gradient_v0iio")
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
|
pitch_scale = 1.25
|
|
bus = &"Sound"
|
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
|
libraries = {
|
|
&"": SubResource("AnimationLibrary_1tcyx")
|
|
}
|
|
autoplay = "new_animation"
|