2024-10-28 19:38:23 +01:00
|
|
|
[gd_scene load_steps=12 format=2]
|
2023-08-09 02:36:38 +02:00
|
|
|
|
2024-10-28 19:38:23 +01:00
|
|
|
[ext_resource path="res://backgounds/nebula_-_6044 (720p).ogv" type="VideoStream" id=1]
|
|
|
|
[ext_resource path="res://sprites/ss.png" type="Texture" id=2]
|
|
|
|
[ext_resource path="res://player.gd" type="Script" id=3]
|
|
|
|
[ext_resource path="res://exit.gd" type="Script" id=4]
|
|
|
|
[ext_resource path="res://Game name.gd" type="Script" id=5]
|
|
|
|
[ext_resource path="res://start.gd" type="Script" id=6]
|
|
|
|
[ext_resource path="res://fonts/title.tres" type="DynamicFont" id=7]
|
|
|
|
[ext_resource path="res://fonts/start.tres" type="DynamicFont" id=8]
|
|
|
|
[ext_resource path="res://fonts/about.tres" type="DynamicFont" id=9]
|
|
|
|
[ext_resource path="res://levels/bottomhud.tscn" type="PackedScene" id=10]
|
|
|
|
[ext_resource path="res://title.gd" type="Script" id=11]
|
2023-08-09 02:36:38 +02:00
|
|
|
|
|
|
|
[node name="title" type="Control"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2024-10-28 19:38:23 +01:00
|
|
|
script = ExtResource( 11 )
|
2023-08-12 22:54:40 +02:00
|
|
|
|
2024-10-28 19:38:23 +01:00
|
|
|
[node name="nebula" type="VideoPlayer" parent="."]
|
|
|
|
margin_right = 1280.0
|
|
|
|
margin_bottom = 720.0
|
|
|
|
stream = ExtResource( 1 )
|
2023-09-14 18:47:04 +02:00
|
|
|
autoplay = true
|
2024-10-28 19:38:23 +01:00
|
|
|
loop = true
|
2023-09-14 18:47:04 +02:00
|
|
|
|
2024-10-28 19:38:23 +01:00
|
|
|
[node name="player" type="Sprite" parent="."]
|
|
|
|
position = Vector2( 631, 499 )
|
|
|
|
scale = Vector2( 0.3, 0.3 )
|
|
|
|
texture = ExtResource( 2 )
|
|
|
|
script = ExtResource( 3 )
|
2023-09-18 18:23:52 +02:00
|
|
|
|
2023-08-12 22:54:40 +02:00
|
|
|
[node name="Game name" type="Label" parent="."]
|
2024-10-28 19:38:23 +01:00
|
|
|
margin_left = 108.0
|
|
|
|
margin_top = 271.0
|
|
|
|
margin_right = 1168.0
|
|
|
|
margin_bottom = 417.0
|
|
|
|
custom_fonts/font = ExtResource( 7 )
|
2023-08-12 22:54:40 +02:00
|
|
|
text = "The Red Robot Radio"
|
2024-10-28 19:38:23 +01:00
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
script = ExtResource( 5 )
|
2023-09-06 22:09:51 +02:00
|
|
|
|
2023-09-14 18:47:04 +02:00
|
|
|
[node name="start" type="Label" parent="."]
|
2024-10-28 19:38:23 +01:00
|
|
|
margin_left = 364.0
|
|
|
|
margin_top = 602.0
|
|
|
|
margin_right = 834.0
|
|
|
|
margin_bottom = 657.0
|
|
|
|
custom_fonts/font = ExtResource( 8 )
|
2024-01-15 12:00:39 +01:00
|
|
|
text = "Press B or Enter start"
|
2024-10-28 19:38:23 +01:00
|
|
|
align = 1
|
|
|
|
script = ExtResource( 6 )
|
2023-09-14 18:47:04 +02:00
|
|
|
|
|
|
|
[node name="exit" type="Label" parent="."]
|
2024-10-28 19:38:23 +01:00
|
|
|
margin_left = 446.0
|
|
|
|
margin_top = 92.0
|
|
|
|
margin_right = 893.0
|
|
|
|
margin_bottom = 147.0
|
|
|
|
custom_fonts/font = ExtResource( 8 )
|
2024-01-15 12:00:39 +01:00
|
|
|
text = "Press escape or A to exit"
|
2024-10-28 19:38:23 +01:00
|
|
|
align = 1
|
|
|
|
script = ExtResource( 4 )
|
2023-09-14 18:47:04 +02:00
|
|
|
|
2023-11-30 20:59:12 +01:00
|
|
|
[node name="Label" type="Label" parent="."]
|
2024-10-28 19:38:23 +01:00
|
|
|
margin_left = 378.0
|
|
|
|
margin_top = 656.0
|
|
|
|
margin_right = 809.0
|
|
|
|
margin_bottom = 705.0
|
|
|
|
custom_fonts/font = ExtResource( 9 )
|
2024-01-14 03:59:55 +01:00
|
|
|
text = "2020-2024 Page Asgardius GNU General Public License 3
|
|
|
|
2016-2024 Asgardius Virtualx Project"
|
2024-10-28 19:38:23 +01:00
|
|
|
align = 1
|
2024-01-14 03:59:55 +01:00
|
|
|
|
2024-10-28 19:38:23 +01:00
|
|
|
[node name="Bottomhud" parent="." instance=ExtResource( 10 )]
|