65 lines
2.8 KiB
Plaintext
65 lines
2.8 KiB
Plaintext
[gd_scene load_steps=13 format=3 uid="uid://dufw5nl51nq7x"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://4hrks11t5v7h" path="res://assets/organe/Körper ohne organe.png" id="1_ig7tw"]
|
|
[ext_resource type="Script" uid="uid://df8qrhpuevqm" path="res://main.gd" id="1_lquwl"]
|
|
[ext_resource type="PackedScene" uid="uid://clkavyiwiwp4e" path="res://organ_blase.tscn" id="4_1bvp3"]
|
|
[ext_resource type="AudioStream" uid="uid://dxsirad3fl4nw" path="res://assets/voice_lines/Intro 1.2..mp3" id="5_dg77c"]
|
|
[ext_resource type="PackedScene" uid="uid://bfuynlbquc0p4" path="res://organ_gehirn.tscn" id="6_7mycd"]
|
|
[ext_resource type="AudioStream" uid="uid://bhvjv46y8mcos" path="res://assets/voice_lines/Einspieler 1.mp3" id="6_272bh"]
|
|
[ext_resource type="AudioStream" uid="uid://b1cv0v76d6dbq" path="res://assets/voice_lines/Einspieler 2.mp3" id="7_272bh"]
|
|
[ext_resource type="PackedScene" uid="uid://b0834ebknc32w" path="res://organ_speise_roehre.tscn" id="8_5vw27"]
|
|
[ext_resource type="AudioStream" uid="uid://byuod50t66our" path="res://assets/voice_lines/Abschluss audio.mp3" id="8_dg77c"]
|
|
[ext_resource type="PackedScene" uid="uid://bsbr8wx74uot1" path="res://organ_magen.tscn" id="9_kek77"]
|
|
[ext_resource type="PackedScene" uid="uid://wk3sj7mqkkuv" path="res://organ_darm.tscn" id="10_4c57u"]
|
|
[ext_resource type="PackedScene" uid="uid://d3m1ddewew5ux" path="res://organ_nieren.tscn" id="11_efxa6"]
|
|
|
|
[node name="Main" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
script = ExtResource("1_lquwl")
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|
|
anchor_mode = 0
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 1209.0
|
|
offset_bottom = 1974.0
|
|
color = Color(0.988235, 0.905882, 0.827451, 1)
|
|
|
|
[node name="Body" type="Sprite2D" parent="."]
|
|
position = Vector2(570, 913)
|
|
scale = Vector2(0.4, 0.4)
|
|
texture = ExtResource("1_ig7tw")
|
|
|
|
[node name="Organ_Gehirn" parent="." instance=ExtResource("6_7mycd")]
|
|
|
|
[node name="Organ_Blase" parent="." instance=ExtResource("4_1bvp3")]
|
|
|
|
[node name="IntroSoundPlayer" type="AudioStreamPlayer2D" parent="."]
|
|
stream = ExtResource("5_dg77c")
|
|
|
|
[node name="WrongOrderSoundPlayer" type="AudioStreamPlayer2D" parent="."]
|
|
stream = ExtResource("6_272bh")
|
|
|
|
[node name="WrongPlaceSoundPlayer" type="AudioStreamPlayer2D" parent="."]
|
|
stream = ExtResource("7_272bh")
|
|
|
|
[node name="EndSoundPlayer" type="AudioStreamPlayer2D" parent="."]
|
|
stream = ExtResource("8_dg77c")
|
|
|
|
[node name="Organ_Speiseroehre" parent="." instance=ExtResource("8_5vw27")]
|
|
|
|
[node name="Organ_Magen" parent="." instance=ExtResource("9_kek77")]
|
|
|
|
[node name="Organ_Darm" parent="." instance=ExtResource("10_4c57u")]
|
|
|
|
[node name="Organ_Nieren" parent="." instance=ExtResource("11_efxa6")]
|
|
|
|
[connection signal="finished" from="IntroSoundPlayer" to="." method="_on_intro_sound_player_finished"]
|