1- [gd_scene load_steps =10 format =2 ]
1+ [gd_scene load_steps =11 format =2 ]
22
33[ext_resource path ="res://utils/label_fps.gd" type ="Script" id =1 ]
44[ext_resource path ="res://utils/label_version.gd" type ="Script" id =2 ]
55[ext_resource path ="res://utils/label_engine.gd" type ="Script" id =3 ]
66[ext_resource path ="res://tests_menu.gd" type ="Script" id =4 ]
77[ext_resource path ="res://utils/label_test.gd" type ="Script" id =5 ]
8+ [ext_resource path ="res://utils/label_pause.gd" type ="Script" id =6 ]
89[ext_resource path ="res://utils/container_log.gd" type ="Script" id =10 ]
910[ext_resource path ="res://utils/scroll_log.gd" type ="Script" id =11 ]
1011[ext_resource path ="res://tests.gd" type ="Script" id =12 ]
@@ -22,6 +23,7 @@ __meta__ = {
2223}
2324
2425[node name ="TestsMenu" type ="MenuButton" parent ="." ]
26+ pause_mode = 2
2527margin_left = 10.0
2628margin_top = 10.0
2729margin_right = 125.0
@@ -34,16 +36,18 @@ __meta__ = {
3436}
3537
3638[node name ="LabelControls" type ="Label" parent ="." ]
39+ pause_mode = 2
3740margin_left = 157.0
3841margin_top = 13.0
3942margin_right = 646.0
4043margin_bottom = 27.0
41- text = "R - RESTART / D - TOGGLE COLLISION / F - TOGGLE FULL SCREEN / ESC - QUIT"
44+ text = "P - TOGGLE PAUSE / R - RESTART / D - TOGGLE COLLISION / F - TOGGLE FULL SCREEN / ESC - QUIT"
4245__meta__ = {
4346"_edit_use_anchors_" : false
4447}
4548
4649[node name ="LabelFPS" type ="Label" parent ="." ]
50+ pause_mode = 2
4751anchor_top = 1.0
4852anchor_bottom = 1.0
4953margin_left = 10.0
@@ -57,6 +61,7 @@ __meta__ = {
5761}
5862
5963[node name ="LabelEngine" type ="Label" parent ="." ]
64+ pause_mode = 2
6065anchor_top = 1.0
6166anchor_bottom = 1.0
6267margin_left = 10.0
@@ -70,6 +75,7 @@ __meta__ = {
7075}
7176
7277[node name ="LabelVersion" type ="Label" parent ="." ]
78+ pause_mode = 2
7379anchor_top = 1.0
7480anchor_bottom = 1.0
7581margin_left = 10.0
@@ -83,6 +89,7 @@ __meta__ = {
8389}
8490
8591[node name ="LabelTest" type ="Label" parent ="." ]
92+ pause_mode = 2
8693anchor_top = 1.0
8794anchor_bottom = 1.0
8895margin_left = 10.0
@@ -95,7 +102,24 @@ __meta__ = {
95102"_edit_use_anchors_" : false
96103}
97104
105+ [node name ="LabelPause" type ="Label" parent ="." ]
106+ pause_mode = 2
107+ anchor_left = 0.5
108+ anchor_top = 1.0
109+ anchor_right = 0.5
110+ anchor_bottom = 1.0
111+ margin_left = -20.0
112+ margin_top = -40.9695
113+ margin_right = 31.0
114+ margin_bottom = -26.9695
115+ text = "PAUSED"
116+ script = ExtResource ( 6 )
117+ __meta__ = {
118+ "_edit_use_anchors_" : false
119+ }
120+
98121[node name ="PanelLog" type ="Panel" parent ="." ]
122+ pause_mode = 2
99123anchor_left = 1.0
100124anchor_top = 1.0
101125anchor_right = 1.0
0 commit comments