-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtitle.tscn
More file actions
96 lines (83 loc) · 2.66 KB
/
Copy pathtitle.tscn
File metadata and controls
96 lines (83 loc) · 2.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[gd_scene load_steps=10 format=2]
[ext_resource path="res://backgounds/night-sky-at-ceres.jpg" type="Texture" id=1]
[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]
[node name="title" type="Control"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -640.0
margin_top = -360.0
margin_right = -640.0
margin_bottom = -360.0
script = ExtResource( 11 )
[node name="Night Sky" type="TextureRect" parent="."]
margin_right = 40.0
margin_bottom = 40.0
texture = ExtResource( 1 )
[node name="Game name" type="Label" parent="."]
margin_top = 308.0
margin_right = 1280.0
margin_bottom = 438.0
custom_fonts/font = ExtResource( 7 )
text = "GAME_NAME"
align = 1
valign = 1
script = ExtResource( 5 )
[node name="exit" type="Label" parent="."]
margin_top = 602.0
margin_right = 1280.0
margin_bottom = 657.0
custom_fonts/font = ExtResource( 8 )
text = "TEXT_EXIT"
align = 1
script = ExtResource( 6 )
[node name="start" type="Label" parent="."]
margin_top = 92.0
margin_right = 1280.0
margin_bottom = 147.0
custom_fonts/font = ExtResource( 8 )
text = "Press escape or A to exit"
align = 1
script = ExtResource( 4 )
[node name="Label" type="Label" parent="."]
margin_left = 378.0
margin_top = 656.0
margin_right = 809.0
margin_bottom = 705.0
custom_fonts/font = ExtResource( 9 )
text = "2023-2026 Page Asgardius GNU General Public License 3
2016-2026 Asgardius Virtualx Project"
align = 1
[node name="Bottomhud" parent="." instance=ExtResource( 10 )]
[node name="Front_Left" type="AudioStreamPlayer3D" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -5, 0, -5 )
unit_db = 80.0
unit_size = 10.0
max_distance = 30.0
bus = "SFX1"
[node name="Front_Right" type="AudioStreamPlayer3D" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 5, 0, -5 )
unit_db = 80.0
unit_size = 10.0
max_distance = 30.0
bus = "SFX1"
[node name="Rear_Left" type="AudioStreamPlayer3D" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -5, 0, 5 )
unit_db = 80.0
unit_size = 10.0
max_distance = 30.0
bus = "SFX1"
[node name="Rear_Right" type="AudioStreamPlayer3D" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 5, 0, 5 )
unit_db = 80.0
unit_size = 10.0
bus = "SFX1"
[node name="Camera3D" type="Camera" parent="."]