katheterkompass/main.tscn1077034424.tmp

60 lines
2.0 KiB
Plaintext

[gd_scene load_steps=7 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"]
[ext_resource type="Script" uid="uid://bf515pm1rcu1e" path="res://sprite_2d_2.gd" id="6_7mycd"]
[node name="Main" type="Control"]
layout_mode = 3
anchors_preset = 0
script = ExtResource("1_lquwl")
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 0
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="."]
layout_mode = 0
offset_left = 687.0
offset_top = 227.0
offset_right = 1076.0
offset_bottom = 815.0
mouse_filter = 0
mouse_default_cursor_shape = 2
texture = ExtResource("2_0xm2m")
expand_mode = 1
script = ExtResource("4_7mycd")
[node name="Ziel_Gehirn" type="Panel" parent="."]
layout_mode = 0
offset_left = 429.0
offset_top = 24.0
offset_right = 777.0
offset_bottom = 279.0
script = ExtResource("5_272bh")
[node name="Sprite2D2" type="Sprite2D" parent="."]
position = Vector2(226, 1259)
scale = Vector2(0.115, 0.115)
texture = ExtResource("2_0xm2m")
script = ExtResource("6_7mycd")
[node name="Button" type="Button" parent="Sprite2D2"]
offset_left = -1504.0
offset_top = -913.0
offset_right = 1530.0
offset_bottom = 1130.0
[connection signal="button_down" from="Sprite2D2/Button" to="Sprite2D2" method="_on_button_button_down"]
[connection signal="button_up" from="Sprite2D2/Button" to="Sprite2D2" method="_on_button_button_up"]