conductor/scenes/musicians/cello.tscn

80 lines
2.6 KiB
Plaintext

[gd_scene format=3 uid="uid://ekd4tkk01nug"]
[ext_resource type="Texture2D" uid="uid://42h7vrqekyma" path="res://assets/symphonyguys.png" id="1_cwrgh"]
[ext_resource type="Script" uid="uid://djmn4qgj45j2p" path="res://scenes/musicians/musician.gd" id="2_dthcw"]
[ext_resource type="Texture2D" uid="uid://d1li1mlxutaym" path="res://resources/point_light_texture.tres" id="3_dthcw"]
[ext_resource type="AudioStream" uid="uid://duovjdbif7wkw" path="res://assets/audio/eine-kleine-cello.wav" id="3_pmcee"]
[ext_resource type="PackedScene" uid="uid://cwdkw1p371bks" path="res://scenes/musicians/input_prompt.tscn" id="5_ef0rn"]
[ext_resource type="Texture2D" uid="uid://d1onhhk6xorit" path="res://assets/input/keyboard_c_outline.png" id="6_4j1rk"]
[sub_resource type="AtlasTexture" id="AtlasTexture_kek77"]
atlas = ExtResource("1_cwrgh")
region = Rect2(224, 32, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_4c57u"]
atlas = ExtResource("1_cwrgh")
region = Rect2(256, 32, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_efxa6"]
atlas = ExtResource("1_cwrgh")
region = Rect2(288, 32, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_5vw27"]
atlas = ExtResource("1_cwrgh")
region = Rect2(192, 32, 32, 32)
[sub_resource type="SpriteFrames" id="SpriteFrames_dg77c"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_kek77")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_4c57u")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_efxa6")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_kek77")
}],
"loop": true,
"name": &"default",
"speed": 8.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_5vw27")
}],
"loop": true,
"name": &"idle",
"speed": 10.0
}]
[sub_resource type="OccluderPolygon2D" id="OccluderPolygon2D_dg77c"]
polygon = PackedVector2Array(-1, 13, 2, 14, -2, 15)
[node name="Cello" type="AnimatedSprite2D" unique_id=1539517068]
sprite_frames = SubResource("SpriteFrames_dg77c")
autoplay = "idle"
flip_h = true
script = ExtResource("2_dthcw")
[node name="Audio" type="AudioStreamPlayer2D" parent="." unique_id=1212448009]
stream = ExtResource("3_pmcee")
[node name="Light" type="PointLight2D" parent="." unique_id=822750253]
position = Vector2(6, 9)
energy = 0.8
shadow_enabled = true
shadow_filter = 2
shadow_filter_smooth = 7.6
texture = ExtResource("3_dthcw")
[node name="Occluder" type="LightOccluder2D" parent="." unique_id=1218678921]
position = Vector2(1, 0)
occluder = SubResource("OccluderPolygon2D_dg77c")
[node name="InputPrompt" parent="." unique_id=590379112 instance=ExtResource("5_ef0rn")]
texture = ExtResource("6_4j1rk")