25 lines
885 B
Plaintext
25 lines
885 B
Plaintext
[gd_scene format=3 uid="uid://c7eypje2fjbyx"]
|
|
|
|
[ext_resource type="Script" uid="uid://c7h7awn4j2qv3" path="res://scripts/outro.gd" id="1_a6ogt"]
|
|
[ext_resource type="Texture2D" uid="uid://cveidfttgu174" path="res://assets/misc/outro-screen-ALBM.png" id="1_nvx42"]
|
|
[ext_resource type="AudioStream" uid="uid://b6xe72a7nd2ol" path="res://assets/audio/eine-kleine-fast.wav" id="2_r6h2c"]
|
|
|
|
[node name="Outro" type="Control" unique_id=1312269195]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_a6ogt")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="." unique_id=1920943136]
|
|
layout_mode = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
texture = ExtResource("1_nvx42")
|
|
|
|
[node name="OutroStream" type="AudioStreamPlayer" parent="." unique_id=2063751836]
|
|
stream = ExtResource("2_r6h2c")
|
|
autoplay = true
|