[gd_scene format=3] [ext_resource type="Script" path="res://boot/credits_screen.gd" id="1_credits"] [node name="CreditsScreen" type="Control"] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_credits") [node name="TitleLabel" type="Label" parent="."] offset_left = 40.0 offset_top = 30.0 offset_right = 400.0 offset_bottom = 70.0 text = "Credits" [node name="ScrollContainer" type="ScrollContainer" parent="."] offset_left = 40.0 offset_top = 90.0 offset_right = 1240.0 offset_bottom = 620.0 [node name="CreditsLabel" type="Label" parent="ScrollContainer"] layout_mode = 2 text = "Programmierung: TODO Artwork: TODO Musik/Sound: TODO Erstellt mit Godot Engine" [node name="BackButton" type="Button" parent="."] offset_left = 40.0 offset_top = 640.0 offset_right = 160.0 offset_bottom = 675.0 text = "Zurück"