99 lines
3.2 KiB
Plaintext
99 lines
3.2 KiB
Plaintext
[gd_scene format=3 uid="uid://c1tceq1kcqngi"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://42h7vrqekyma" path="res://assets/sprites/symphonyguys.png" id="1_7bqbn"]
|
|
[ext_resource type="Script" uid="uid://djmn4qgj45j2p" path="res://scripts/musician.gd" id="1_ksqn6"]
|
|
[ext_resource type="Texture2D" uid="uid://cacp5ppga66l8" path="res://assets/ui/keyboard_s.svg" id="3_1d8vp"]
|
|
[ext_resource type="PackedScene" uid="uid://cwdkw1p371bks" path="res://scenes/input_prompt.tscn" id="3_6yfn3"]
|
|
[ext_resource type="PackedScene" uid="uid://ckx47081eegis" path="res://scenes/light.tscn" id="3_svwww"]
|
|
[ext_resource type="Texture2D" uid="uid://ck6iss1he1kpq" path="res://assets/ui/keyboard_s_outline.svg" id="4_vrlc6"]
|
|
[ext_resource type="AudioStream" uid="uid://b13l86o40lpvg" path="res://assets/audio/drone-trombone.wav" id="5_1d8vp"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_5pb5f"]
|
|
atlas = ExtResource("1_7bqbn")
|
|
region = Rect2(32, 256, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_0rdls"]
|
|
atlas = ExtResource("1_7bqbn")
|
|
region = Rect2(64, 256, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_5b1d5"]
|
|
atlas = ExtResource("1_7bqbn")
|
|
region = Rect2(96, 256, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_eoced"]
|
|
atlas = ExtResource("1_7bqbn")
|
|
region = Rect2(0, 256, 32, 32)
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_1b7aj"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_5pb5f")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_0rdls")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_5b1d5")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 6.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_eoced")
|
|
}],
|
|
"loop": true,
|
|
"name": &"idle",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[sub_resource type="OccluderPolygon2D" id="OccluderPolygon2D_1d8vp"]
|
|
polygon = PackedVector2Array(-4, 14, -1, 13, 0, 14)
|
|
|
|
[node name="Musician" type="AnimatedSprite2D" unique_id=233159387]
|
|
sprite_frames = SubResource("SpriteFrames_1b7aj")
|
|
animation = &"idle"
|
|
autoplay = "idle"
|
|
frame_progress = 0.25206318
|
|
script = ExtResource("1_ksqn6")
|
|
solid_texture = ExtResource("3_1d8vp")
|
|
outline_texture = ExtResource("4_vrlc6")
|
|
input_action = "sample"
|
|
|
|
[node name="Audio" type="AudioStreamPlayer2D" parent="." unique_id=1183742914]
|
|
unique_name_in_owner = true
|
|
stream = ExtResource("5_1d8vp")
|
|
|
|
[node name="Light" parent="." unique_id=428469575 instance=ExtResource("3_svwww")]
|
|
unique_name_in_owner = true
|
|
position = Vector2(4, 9)
|
|
|
|
[node name="Occluder" type="LightOccluder2D" parent="." unique_id=807216766]
|
|
unique_name_in_owner = true
|
|
occluder = SubResource("OccluderPolygon2D_1d8vp")
|
|
|
|
[node name="InputPrompt" parent="." unique_id=590379112 instance=ExtResource("3_6yfn3")]
|
|
unique_name_in_owner = true
|
|
position = Vector2(16, 0)
|
|
texture = ExtResource("4_vrlc6")
|
|
|
|
[node name="MusicianCamera" type="Camera2D" parent="." unique_id=478462884]
|
|
zoom = Vector2(12, 12)
|
|
|
|
[node name="VolumeBar" type="ProgressBar" parent="." unique_id=2023225709]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(24, 48)
|
|
offset_left = 25.0
|
|
offset_top = -25.0
|
|
offset_right = 49.0
|
|
offset_bottom = 23.0
|
|
min_value = -80.0
|
|
max_value = 0.0
|
|
fill_mode = 3
|
|
show_percentage = false
|
|
|
|
[node name="BoostTimer" type="Timer" parent="." unique_id=1715371353]
|
|
unique_name_in_owner = true
|