85 lines
2.6 KiB
Plaintext
85 lines
2.6 KiB
Plaintext
[gd_scene format=3 uid="uid://c5mms8bhjkplb"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://42h7vrqekyma" path="res://assets/symphonyguys.png" id="1_j3j2n"]
|
|
[ext_resource type="Script" uid="uid://djmn4qgj45j2p" path="res://scenes/musicians/musician.gd" id="2_ijwrm"]
|
|
[ext_resource type="AudioStream" uid="uid://bd01iv6fpqbdh" path="res://assets/audio/eine-kleine-viol.wav" id="3_atj5b"]
|
|
[ext_resource type="Texture2D" uid="uid://d1li1mlxutaym" path="res://resources/point_light_texture.tres" id="3_ijwrm"]
|
|
[ext_resource type="PackedScene" uid="uid://cwdkw1p371bks" path="res://scenes/musicians/input_prompt.tscn" id="5_u4mvl"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_w48qg"]
|
|
atlas = ExtResource("1_j3j2n")
|
|
region = Rect2(32, 160, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_vivmo"]
|
|
atlas = ExtResource("1_j3j2n")
|
|
region = Rect2(64, 160, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_2cqfq"]
|
|
atlas = ExtResource("1_j3j2n")
|
|
region = Rect2(96, 160, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_yaehf"]
|
|
atlas = ExtResource("1_j3j2n")
|
|
region = Rect2(128, 160, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_ycdy4"]
|
|
atlas = ExtResource("1_j3j2n")
|
|
region = Rect2(0, 160, 32, 32)
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_074og"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_w48qg")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_vivmo")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_2cqfq")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_yaehf")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_w48qg")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 15.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_ycdy4")
|
|
}],
|
|
"loop": true,
|
|
"name": &"idle",
|
|
"speed": 12.0
|
|
}]
|
|
|
|
[sub_resource type="OccluderPolygon2D" id="OccluderPolygon2D_ycdy4"]
|
|
polygon = PackedVector2Array(0, 13, 3, 13, -1, 14)
|
|
|
|
[node name="Viol" type="AnimatedSprite2D" unique_id=173609985]
|
|
sprite_frames = SubResource("SpriteFrames_074og")
|
|
autoplay = "idle"
|
|
script = ExtResource("2_ijwrm")
|
|
|
|
[node name="Audio" type="AudioStreamPlayer2D" parent="." unique_id=734284253]
|
|
stream = ExtResource("3_atj5b")
|
|
|
|
[node name="Light" type="PointLight2D" parent="." unique_id=2065896281]
|
|
z_index = 100
|
|
position = Vector2(7, 8)
|
|
energy = 0.8
|
|
shadow_enabled = true
|
|
shadow_filter = 2
|
|
shadow_filter_smooth = 7.6
|
|
texture = ExtResource("3_ijwrm")
|
|
|
|
[node name="Occluder" type="LightOccluder2D" parent="." unique_id=1033753770]
|
|
position = Vector2(1, 0)
|
|
occluder = SubResource("OccluderPolygon2D_ycdy4")
|
|
|
|
[node name="InputPrompt" parent="." unique_id=590379112 instance=ExtResource("5_u4mvl")]
|