1
- [gd_scene load_steps =17 format =2 ]
1
+ [gd_scene load_steps =16 format =2 ]
2
2
3
3
[ext_resource path ="res://D3X-TR.tscn" type ="PackedScene" id =1 ]
4
4
[ext_resource path ="res://AMB1.tscn" type ="PackedScene" id =2 ]
5
5
[ext_resource path ="res://HowToMap.gd" type ="Script" id =3 ]
6
6
[ext_resource path ="res://Art/arrowkeys.png" type ="Texture" id =4 ]
7
7
[ext_resource path ="res://Art/wasd.png" type ="Texture" id =5 ]
8
- [ext_resource path ="res://TitleScreen/Cyberthrone-7nP4.ttf " type ="DynamicFontData " id =6 ]
8
+ [ext_resource path ="res://HowToMap.tres " type ="Theme " id =6 ]
9
9
[ext_resource path ="res://Health.tscn" type ="PackedScene" id =7 ]
10
10
[ext_resource path ="res://TitleScreen/Outrun future.otf" type ="DynamicFontData" id =8 ]
11
-
12
- [sub_resource type ="DynamicFont" id =1 ]
13
- size = 32
14
- font_data = ExtResource ( 6 )
15
-
16
- [sub_resource type ="Theme" id =2 ]
17
- default_font = SubResource ( 1 )
11
+ [ext_resource path ="res://PauseScreen.tscn" type ="PackedScene" id =9 ]
18
12
19
13
[sub_resource type ="RectangleShape2D" id =3 ]
20
14
extents = Vector2 ( 10 , 360.303 )
@@ -42,6 +36,11 @@ z_index = -1
42
36
script = ExtResource ( 3 )
43
37
next_scene = "res://TitleScreen/TitleScreen.tscn"
44
38
39
+ [node name ="PauseCanvasLayer" type ="CanvasLayer" parent ="." ]
40
+
41
+ [node name ="PauseScreen" parent ="PauseCanvasLayer" instance =ExtResource ( 9 )]
42
+ visible = false
43
+
45
44
[node name ="Sprite" type ="Sprite" parent ="." ]
46
45
position = Vector2 ( -568 , -304 )
47
46
texture = ExtResource ( 5 )
@@ -53,7 +52,7 @@ texture = ExtResource( 4 )
53
52
[node name ="Control" type ="Control" parent ="." ]
54
53
margin_right = 40.0
55
54
margin_bottom = 40.0
56
- theme = SubResource ( 2 )
55
+ theme = ExtResource ( 6 )
57
56
__meta__ = {
58
57
"_edit_use_anchors_" : false
59
58
}
@@ -82,6 +81,22 @@ __meta__ = {
82
81
"_edit_use_anchors_" : false
83
82
}
84
83
84
+ [node name ="CanvasLayer" type ="CanvasLayer" parent ="Control" ]
85
+ layer = 4
86
+
87
+ [node name ="RichTextLabel3" type ="RichTextLabel" parent ="Control/CanvasLayer" ]
88
+ anchor_left = 0.5
89
+ anchor_right = 0.5
90
+ margin_left = -46.9364
91
+ margin_top = 40.9814
92
+ margin_right = 106.064
93
+ margin_bottom = 83.9814
94
+ theme = ExtResource ( 6 )
95
+ text = "ESC = Pause"
96
+ __meta__ = {
97
+ "_edit_use_anchors_" : false
98
+ }
99
+
85
100
[node name ="StaticBody2D" type ="StaticBody2D" parent ="." ]
86
101
87
102
[node name ="CollisionShape2D" type ="CollisionShape2D" parent ="StaticBody2D" ]
0 commit comments