conductor/scenes/musicians/bass.tscn

86 lines
2.8 KiB
Plaintext

[gd_scene format=3 uid="uid://b3ytvnucd8hod"]
[ext_resource type="Texture2D" uid="uid://42h7vrqekyma" path="res://assets/symphonyguys.png" id="1_vbktj"]
[ext_resource type="Script" uid="uid://djmn4qgj45j2p" path="res://scenes/musicians/musician.gd" id="2_fcial"]
[ext_resource type="AudioStream" uid="uid://cc6smyxkrrvfr" path="res://assets/audio/eine-kleine-bass.wav" id="3_7duo6"]
[ext_resource type="Texture2D" uid="uid://d1li1mlxutaym" path="res://resources/point_light_texture.tres" id="3_fcial"]
[ext_resource type="PackedScene" uid="uid://cwdkw1p371bks" path="res://scenes/musicians/input_prompt.tscn" id="5_k304j"]
[ext_resource type="Texture2D" uid="uid://bmc2ijkmfndv7" path="res://assets/input/keyboard_b_outline.png" id="6_5834n"]
[sub_resource type="AtlasTexture" id="AtlasTexture_lswn8"]
atlas = ExtResource("1_vbktj")
region = Rect2(32, 32, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_a6jrf"]
atlas = ExtResource("1_vbktj")
region = Rect2(64, 32, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_xuqvo"]
atlas = ExtResource("1_vbktj")
region = Rect2(96, 32, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_qsp4k"]
atlas = ExtResource("1_vbktj")
region = Rect2(128, 32, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_0odxb"]
atlas = ExtResource("1_vbktj")
region = Rect2(0, 32, 32, 32)
[sub_resource type="SpriteFrames" id="SpriteFrames_kq58d"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_lswn8")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_a6jrf")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_xuqvo")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_qsp4k")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_lswn8")
}],
"loop": true,
"name": &"default",
"speed": 10.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_0odxb")
}],
"loop": true,
"name": &"idle",
"speed": 12.0
}]
[sub_resource type="OccluderPolygon2D" id="OccluderPolygon2D_efxa6"]
polygon = PackedVector2Array(-2, 14, 4, 15, -4, 14)
[node name="Bass" type="AnimatedSprite2D" unique_id=1326988360]
z_index = 10
sprite_frames = SubResource("SpriteFrames_kq58d")
script = ExtResource("2_fcial")
[node name="Audio" type="AudioStreamPlayer2D" parent="." unique_id=1607169101]
stream = ExtResource("3_7duo6")
[node name="Light" type="PointLight2D" parent="." unique_id=1266087927]
position = Vector2(9, 9)
energy = 0.8
shadow_enabled = true
shadow_filter = 2
shadow_filter_smooth = 7.6
texture = ExtResource("3_fcial")
[node name="Occluder" type="LightOccluder2D" parent="." unique_id=968506542]
position = Vector2(1, 0)
occluder = SubResource("OccluderPolygon2D_efxa6")
[node name="InputPrompt" parent="." unique_id=590379112 instance=ExtResource("5_k304j")]
texture = ExtResource("6_5834n")