conductor/scenes/intro.tscn
2026-03-16 00:25:37 -04:00

35 lines
1.1 KiB
Plaintext

[gd_scene format=3 uid="uid://bbw7g5cdqgafr"]
[ext_resource type="Texture2D" uid="uid://cicani7q1g5p" path="res://assets/misc/splash-screen-ALBM.png" id="1_ioskq"]
[ext_resource type="Script" uid="uid://o45uvey2wnsb" path="res://scripts/intro.gd" id="1_yjqpq"]
[ext_resource type="AudioStream" uid="uid://dlvawr3wv7ob4" path="res://assets/audio/eine-kleine-intro.wav" id="3_4bx60"]
[node name="Intro" type="Control" unique_id=1666938959]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_yjqpq")
[node name="TextureRect" type="TextureRect" parent="." unique_id=244917967]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = ExtResource("1_ioskq")
[node name="StartButton" type="Button" parent="." unique_id=328829953]
unique_name_in_owner = true
layout_mode = 0
offset_left = 508.0
offset_top = 361.0
offset_right = 754.0
offset_bottom = 468.0
theme_override_font_sizes/font_size = 72
text = "BEGIN"
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=539142729]
stream = ExtResource("3_4bx60")
autoplay = true