r3-next/title.tscn

83 lines
2.4 KiB
Text
Raw Normal View History

2023-09-18 18:23:52 +02:00
[gd_scene load_steps=10 format=3 uid="uid://p010jtursgo2"]
2023-08-09 02:36:38 +02:00
[ext_resource type="Script" path="res://title.gd" id="1_fbo7u"]
2023-08-12 22:54:40 +02:00
[ext_resource type="Script" path="res://Game name.gd" id="2_bbb0f"]
2023-11-23 20:19:21 +01:00
[ext_resource type="VideoStream" path="res://backgounds/nebula_-_6044 (720p).ogv" id="2_dxhuu"]
2023-09-14 18:47:04 +02:00
[ext_resource type="Script" path="res://nebula.gd" id="3_bn1r3"]
2023-09-06 22:09:51 +02:00
[ext_resource type="Script" path="res://fps.gd" id="3_tsoef"]
2023-09-14 18:47:04 +02:00
[ext_resource type="Script" path="res://start.gd" id="4_cc41w"]
[ext_resource type="Script" path="res://exit.gd" id="5_scoec"]
2023-09-18 18:23:52 +02:00
[ext_resource type="Texture2D" uid="uid://cpd31c6o18rmh" path="res://sprites/ss.png" id="8_tne35"]
[ext_resource type="Script" path="res://player.gd" id="9_7e625"]
2023-08-09 02:36:38 +02:00
[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")
2023-08-12 22:54:40 +02:00
2023-09-14 18:47:04 +02:00
[node name="nebula" type="VideoStreamPlayer" parent="."]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
scale = Vector2(2, 1.96)
2023-11-23 20:19:21 +01:00
stream = ExtResource("2_dxhuu")
2023-09-14 18:47:04 +02:00
autoplay = true
script = ExtResource("3_bn1r3")
2023-09-18 18:23:52 +02:00
[node name="player" type="Sprite2D" parent="."]
position = Vector2(631, 499)
scale = Vector2(0.3, 0.3)
texture = ExtResource("8_tne35")
script = ExtResource("9_7e625")
2023-09-14 18:47:04 +02:00
[node name="fps" type="Label" parent="."]
layout_mode = 0
offset_right = 40.0
offset_bottom = 23.0
script = ExtResource("3_tsoef")
2023-08-12 22:54:40 +02:00
[node name="Game name" type="Label" parent="."]
layout_mode = 0
offset_left = 108.0
offset_top = 271.0
offset_right = 269.0
offset_bottom = 297.0
scale = Vector2(6.38131, 6.11486)
text = "The Red Robot Radio"
script = ExtResource("2_bbb0f")
2023-09-06 22:09:51 +02:00
2023-09-14 18:47:04 +02:00
[node name="start" type="Label" parent="."]
layout_mode = 0
offset_left = 131.0
offset_top = 92.0
offset_right = 501.0
offset_bottom = 118.0
scale = Vector2(2.61468, 1.57466)
text = "Click anywhere or press any face button to start"
script = ExtResource("4_cc41w")
[node name="exit" type="Label" parent="."]
layout_mode = 0
offset_left = 165.0
offset_top = 602.0
offset_right = 535.0
offset_bottom = 628.0
scale = Vector2(2.61468, 1.57466)
text = "Press escape or any shoulder button to exit"
script = ExtResource("5_scoec")
2023-11-30 20:59:12 +01:00
[node name="Label" type="Label" parent="."]
layout_mode = 0
offset_left = 36.0
offset_top = 653.0
offset_right = 76.0
offset_bottom = 676.0
text = "v0.0.4 2020-2023 Page Asgardius GNU General Public License 3
2016-2023 Asgardius Virtualx Project"
2023-09-14 18:47:04 +02:00
[connection signal="finished" from="nebula" to="nebula" method="_on_finished"]