[gd_scene load_steps=10 format=3 uid="uid://coc7hhaa834yd"] [ext_resource type="Script" path="res://title.gd" id="1_fbo7u"] [ext_resource type="Script" path="res://Game name.gd" id="2_bbb0f"] [ext_resource type="VideoStream" path="res://backgounds/nebula_-_6044 (360p).ogv" id="2_ijogm"] [ext_resource type="Script" path="res://nebula.gd" id="3_bn1r3"] [ext_resource type="Script" path="res://start.gd" id="4_cc41w"] [ext_resource type="Script" path="res://exit.gd" id="5_scoec"] [ext_resource type="Texture2D" uid="uid://cuqb0vll37oxd" path="res://sprites/ss.png" id="8_tne35"] [ext_resource type="Script" path="res://player.gd" id="9_7e625"] [ext_resource type="PackedScene" uid="uid://d31udhuuwrajn" path="res://levels/bottomhud.tscn" id="9_xo53u"] [node name="title" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_fbo7u") [node name="nebula" type="VideoStreamPlayer" parent="."] layout_mode = 0 offset_right = 640.0 offset_bottom = 368.0 stream = ExtResource("2_ijogm") autoplay = true script = ExtResource("3_bn1r3") [node name="player" type="Sprite2D" parent="."] position = Vector2(346, 159) scale = Vector2(0.3, 0.3) texture = ExtResource("8_tne35") script = ExtResource("9_7e625") [node name="Game name" type="Label" parent="."] layout_mode = 0 offset_left = 128.0 offset_top = 117.0 offset_right = 554.0 offset_bottom = 230.0 theme_override_font_sizes/font_size = 40 text = "Advanced Linein Sound Architects" horizontal_alignment = 1 script = ExtResource("2_bbb0f") [node name="start" type="Label" parent="."] layout_mode = 0 offset_left = 122.0 offset_top = 33.0 offset_right = 543.0 offset_bottom = 88.0 theme_override_font_sizes/font_size = 40 text = "Enjoy the music" horizontal_alignment = 1 script = ExtResource("4_cc41w") [node name="exit" type="Label" parent="."] layout_mode = 0 offset_left = 81.0 offset_top = 252.0 offset_right = 546.0 offset_bottom = 307.0 theme_override_font_sizes/font_size = 40 text = "Mrgamer - Hostlov" horizontal_alignment = 1 script = ExtResource("5_scoec") [node name="Label" type="Label" parent="."] layout_mode = 0 offset_left = 107.0 offset_top = 304.0 offset_right = 538.0 offset_bottom = 353.0 text = "2024 Page Asgardius GNU General Public License 3 2020-2024 The Red Robot Radio" [node name="Bottomhud" parent="." instance=ExtResource("9_xo53u")] layout_mode = 1 [connection signal="finished" from="nebula" to="nebula" method="_on_finished"]