You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
3.2 KiB
83 lines
3.2 KiB
[gd_scene load_steps=14 format=3 uid="uid://b4cch0o4218rb"]
|
|
|
|
[ext_resource type="AudioStream" uid="uid://iux86v7qmf33" path="res://audio/Music/TestingMusic/FightTest_Base.ogg" id="1_kcx1j"]
|
|
[ext_resource type="AudioStream" uid="uid://cimd2rvdwtfkv" path="res://audio/Music/TestingMusic/FightTest_Pattern1.ogg" id="2_71etn"]
|
|
[ext_resource type="AudioStream" uid="uid://kpbkw64o86q4" path="res://audio/Music/TestingMusic/FightTest_Pattern2.ogg" id="3_3u8ta"]
|
|
[ext_resource type="AudioStream" uid="uid://cmyrgerm8m4nw" path="res://audio/Music/TestingMusic/FightTest_Pattern3.ogg" id="4_1dcxw"]
|
|
[ext_resource type="AudioStream" uid="uid://ddu3pxk121x87" path="res://audio/Music/TestingMusic/NightTest_Pattern1.ogg" id="5_80mhq"]
|
|
[ext_resource type="AudioStream" uid="uid://ddxekmi71ekin" path="res://audio/Music/TestingMusic/NightTest_Pattern2.ogg" id="6_ui405"]
|
|
[ext_resource type="AudioStream" uid="uid://cjnt07ai5bed8" path="res://audio/Music/TestingMusic/NightTest_Pattern3.ogg" id="7_dpoqt"]
|
|
[ext_resource type="AudioStream" uid="uid://bk5yqto8j3egp" path="res://audio/sfx/SFX_Quest_Fail_Placeholder_01.wav" id="8_71etn"]
|
|
[ext_resource type="Script" uid="uid://bfyhyjutba2o" path="res://scenes/testing/Button.cs" id="9_3u8ta"]
|
|
|
|
[sub_resource type="AudioStreamSynchronized" id="AudioStreamSynchronized_ks5rm"]
|
|
resource_name = "test"
|
|
stream_count = 3
|
|
stream_0/stream = ExtResource("2_71etn")
|
|
stream_0/volume = 0.0
|
|
stream_1/stream = ExtResource("3_3u8ta")
|
|
stream_1/volume = 0.0
|
|
stream_2/stream = ExtResource("4_1dcxw")
|
|
stream_2/volume = 0.0
|
|
|
|
[sub_resource type="AudioStreamSynchronized" id="AudioStreamSynchronized_kt7r4"]
|
|
stream_count = 3
|
|
stream_0/stream = ExtResource("5_80mhq")
|
|
stream_0/volume = 0.0
|
|
stream_1/stream = ExtResource("6_ui405")
|
|
stream_1/volume = 0.0
|
|
stream_2/stream = ExtResource("7_dpoqt")
|
|
stream_2/volume = 0.0
|
|
|
|
[sub_resource type="AudioStreamInteractive" id="AudioStreamInteractive_nwvf5"]
|
|
clip_count = 3
|
|
clip_0/name = &"fight"
|
|
clip_0/stream = SubResource("AudioStreamSynchronized_ks5rm")
|
|
clip_0/auto_advance = 1
|
|
clip_0/next_clip = 1
|
|
clip_1/name = &"night"
|
|
clip_1/stream = SubResource("AudioStreamSynchronized_kt7r4")
|
|
clip_1/auto_advance = 1
|
|
clip_1/next_clip = 0
|
|
clip_2/name = &"fanfare"
|
|
clip_2/stream = ExtResource("8_71etn")
|
|
clip_2/auto_advance = 0
|
|
_transitions = {
|
|
Vector2i(0, 1): {
|
|
"fade_beats": 1.0,
|
|
"fade_mode": 4,
|
|
"filler_clip": 2,
|
|
"from_time": 0,
|
|
"to_time": 0,
|
|
"use_filler_clip": true
|
|
}
|
|
}
|
|
|
|
[sub_resource type="AudioStreamSynchronized" id="AudioStreamSynchronized_sv75a"]
|
|
stream_count = 2
|
|
stream_0/stream = ExtResource("1_kcx1j")
|
|
stream_0/volume = 0.0
|
|
stream_1/stream = SubResource("AudioStreamInteractive_nwvf5")
|
|
stream_1/volume = 0.0
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
|
|
[node name="Music" type="AudioStreamPlayer2D" parent="."]
|
|
stream = SubResource("AudioStreamSynchronized_sv75a")
|
|
autoplay = true
|
|
|
|
[node name="Button" type="Button" parent="." node_paths=PackedStringArray("_palyer")]
|
|
offset_left = 56.0
|
|
offset_top = 31.0
|
|
offset_right = 349.0
|
|
offset_bottom = 175.0
|
|
script = ExtResource("9_3u8ta")
|
|
_palyer = NodePath("../Music")
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="."]
|
|
fov = 104.538
|
|
|
|
[connection signal="pressed" from="Button" to="Button" method="Pressed"]
|