41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://dufw5nl51nq7x"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://4hrks11t5v7h" path="res://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="Texture2D" uid="uid://kya4kvybifq7" path="res://Image Hirn.PNG" id="2_0xm2m"]
|
|
[ext_resource type="Script" uid="uid://flx1ahioeyvp" path="res://organ_gehirn.gd" id="4_7mycd"]
|
|
[ext_resource type="Script" uid="uid://cw4wmv678rnkr" path="res://ziel_gehirn.gd" id="5_272bh"]
|
|
|
|
[node name="Main" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
script = ExtResource("1_lquwl")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
offset_right = 1136.0
|
|
offset_bottom = 2024.0
|
|
color = Color(0.988235, 0.905882, 0.827451, 1)
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
position = Vector2(570, 913)
|
|
scale = Vector2(0.4, 0.4)
|
|
texture = ExtResource("1_ig7tw")
|
|
|
|
[node name="Organ_Gehirn" type="TextureRect" parent="."]
|
|
offset_left = 609.0
|
|
offset_top = 312.0
|
|
offset_right = 4117.0
|
|
offset_bottom = 5273.0
|
|
scale = Vector2(0.115, 0.115)
|
|
texture = ExtResource("2_0xm2m")
|
|
script = ExtResource("4_7mycd")
|
|
|
|
[node name="Ziel_Gehirn" type="Panel" parent="."]
|
|
visible = false
|
|
layout_mode = 0
|
|
offset_left = 421.0
|
|
offset_top = 32.0
|
|
offset_right = 769.0
|
|
offset_bottom = 287.0
|
|
script = ExtResource("5_272bh")
|