2323[ext_resource type ="Texture2D" uid ="uid://lfj8i1bi6kfs" path ="res://textures/ui/pause.png" id ="23_7silw" ]
2424[ext_resource type ="FontFile" uid ="uid://dotb3skhwouha" path ="res://fonts/Roboto-Bold.ttf" id ="23_wf21h" ]
2525[ext_resource type ="FontFile" uid ="uid://rs2mb33nd3b1" path ="res://fonts/Roboto-Italic.ttf" id ="24_j6p10" ]
26- [ext_resource type ="Script" path ="res://scripts/scenes/PauseHud.cs" id ="25_pausehud" ]
26+ [ext_resource type ="Script" uid = "uid://qjqjxykl30bm" path ="res://scripts/scenes/PauseHud.cs" id ="25_pausehud" ]
2727
2828[sub_resource type ="StyleBoxFlat" id ="StyleBoxFlat_sijr0" ]
2929bg_color = Color (0.1072 , 0.0896 , 0.16 , 0.25098 )
@@ -62,6 +62,27 @@ Button/styles/hover = SubResource("StyleBoxFlat_6kbgk")
6262Button/styles/normal = SubResource ("StyleBoxEmpty_jlnvv" )
6363Button/styles/pressed = SubResource ("StyleBoxFlat_y08lf" )
6464
65+ [sub_resource type ="ViewportTexture" id ="ViewportTexture_pausehud" ]
66+ viewport_path = NodePath ("PauseHud/PauseVP" )
67+
68+ [sub_resource type ="LabelSettings" id ="LabelSettings_pause_base" ]
69+ font = ExtResource ("23_wf21h" )
70+ font_size = 84
71+ font_color = Color (0.5 , 0.5 , 0.5 , 1 )
72+
73+ [sub_resource type ="LabelSettings" id ="LabelSettings_pause_fill" ]
74+ font = ExtResource ("23_wf21h" )
75+ font_size = 84
76+
77+ [sub_resource type ="LabelSettings" id ="LabelSettings_pause_hint" ]
78+ font = ExtResource ("12_axsek" )
79+ font_size = 24
80+
81+ [sub_resource type ="LabelSettings" id ="LabelSettings_r7xjp" ]
82+ font = ExtResource ("12_axsek" )
83+ font_size = 18
84+ font_color = Color (1 , 1 , 1 , 0.8 )
85+
6586[sub_resource type ="StandardMaterial3D" id ="StandardMaterial3D_73q55" ]
6687transparency = 1
6788cull_mode = 2
@@ -198,12 +219,17 @@ bg_color = Color(0, 0, 0, 0)
198219font = ExtResource ("12_axsek" )
199220font_size = 50
200221
222+ [sub_resource type ="LabelSettings" id ="LabelSettings_pause_counter_title" ]
223+ font = ExtResource ("12_axsek" )
224+ font_size = 20
225+
226+ [sub_resource type ="LabelSettings" id ="LabelSettings_pause_counter_value" ]
227+ font = ExtResource ("12_axsek" )
228+ font_size = 42
229+
201230[sub_resource type ="ViewportTexture" id ="ViewportTexture_suyxu" ]
202231viewport_path = NodePath ("PanelRight/PanelRightViewport" )
203232
204- [sub_resource type ="ViewportTexture" id ="ViewportTexture_pausehud" ]
205- viewport_path = NodePath ("PauseHud/PauseVP" )
206-
207233[sub_resource type ="StandardMaterial3D" id ="StandardMaterial3D_ro5ir" ]
208234resource_local_to_scene = true
209235transparency = 1
@@ -231,36 +257,6 @@ font_color = Color(1, 1, 1, 0.768627)
231257font = ExtResource ("12_axsek" )
232258font_size = 50
233259
234- [sub_resource type ="LabelSettings" id ="LabelSettings_r7xjp" ]
235- font = ExtResource ("12_axsek" )
236- font_size = 18
237- font_color = Color (1 , 1 , 1 , 0.8 )
238-
239- [sub_resource type ="LabelSettings" id ="LabelSettings_pause_base" ]
240- font = ExtResource ("23_wf21h" )
241- font_size = 84
242- font_color = Color (0.50 , 0.50 , 0.50 , 1 )
243-
244- [sub_resource type ="LabelSettings" id ="LabelSettings_pause_fill" ]
245- font = ExtResource ("23_wf21h" )
246- font_size = 84
247- font_color = Color (1 , 1 , 1 , 1 )
248-
249- [sub_resource type ="LabelSettings" id ="LabelSettings_pause_hint" ]
250- font = ExtResource ("12_axsek" )
251- font_size = 24
252- font_color = Color (1 , 1 , 1 , 1 )
253-
254- [sub_resource type ="LabelSettings" id ="LabelSettings_pause_counter_title" ]
255- font = ExtResource ("12_axsek" )
256- font_size = 20
257- font_color = Color (1 , 1 , 1 , 1 )
258-
259- [sub_resource type ="LabelSettings" id ="LabelSettings_pause_counter_value" ]
260- font = ExtResource ("12_axsek" )
261- font_size = 42
262- font_color = Color (1 , 1 , 1 , 1 )
263-
264260[sub_resource type ="ShaderMaterial" id ="ShaderMaterial_gc8yu" ]
265261shader = ExtResource ("14_3xchs" )
266262
@@ -482,27 +478,28 @@ theme = SubResource("Theme_e1j6l")
482478theme_override_font_sizes/font_size = 28
483479text = "GIVE UP"
484480
485- [node name ="PauseHud" type ="Sprite3D" parent ="." ]
481+ [node name ="PauseHud" type ="Sprite3D" parent ="." unique_id = 1594331476 ]
486482transform = Transform3D (1 , 0 , 0 , 0 , 1 , 0 , 0 , 0 , 1 , 0 , 0.2 , -6 )
487- visible = false
488483pixel_size = 0.012
489484no_depth_test = true
490485render_priority = 104
491486texture = SubResource ("ViewportTexture_pausehud" )
492487
493- [node name ="PauseVP" type ="SubViewport" parent ="PauseHud" ]
488+ [node name ="PauseVP" type ="SubViewport" parent ="PauseHud" unique_id = 1841571202 ]
494489disable_3d = true
495490transparent_bg = true
496491canvas_item_default_texture_filter = 2
497492size = Vector2i (600 , 600 )
498493render_target_update_mode = 4
499494
500- [node name ="Control" type ="Control" parent ="PauseHud/PauseVP" ]
495+ [node name ="Control" type ="Control" parent ="PauseHud/PauseVP" unique_id =1700063552 ]
496+ layout_mode = 3
497+ anchors_preset = 0
501498offset_right = 600.0
502499offset_bottom = 600.0
503500script = ExtResource ("25_pausehud" )
504501
505- [node name ="Paused" type ="Label" parent ="PauseHud/PauseVP/Control" ]
502+ [node name ="Paused" type ="Label" parent ="PauseHud/PauseVP/Control" unique_id = 1511102743 ]
506503layout_mode = 1
507504anchors_preset = 8
508505anchor_left = 0.5
@@ -520,13 +517,19 @@ label_settings = SubResource("LabelSettings_pause_base")
520517horizontal_alignment = 1
521518vertical_alignment = 1
522519
523- [node name ="ProgressMask" type ="Control" parent ="PauseHud/PauseVP/Control" ]
524- layout_mode = 1
525- offset_right = 0.0
526- offset_bottom = 600.0
520+ [node name ="ProgressMask" type ="Control" parent ="PauseHud/PauseVP/Control" unique_id =1572831027 ]
527521clip_contents = true
522+ layout_mode = 1
523+ anchor_left = 0.5
524+ anchor_top = 0.5
525+ anchor_right = 0.5
526+ anchor_bottom = 0.5
527+ offset_top = -300.0
528+ offset_bottom = 300.0
529+ grow_horizontal = 2
530+ grow_vertical = 2
528531
529- [node name ="FillPaused" type ="Label" parent ="PauseHud/PauseVP/Control/ProgressMask" ]
532+ [node name ="FillPaused" type ="Label" parent ="PauseHud/PauseVP/Control/ProgressMask" unique_id = 2138730588 ]
530533layout_mode = 1
531534anchors_preset = 8
532535anchor_left = 0.5
@@ -544,7 +547,7 @@ label_settings = SubResource("LabelSettings_pause_fill")
544547horizontal_alignment = 1
545548vertical_alignment = 1
546549
547- [node name ="HoldR" type ="Label" parent ="PauseHud/PauseVP/Control" ]
550+ [node name ="HoldR" type ="Label" parent ="PauseHud/PauseVP/Control" unique_id = 1786763793 ]
548551layout_mode = 1
549552anchors_preset = 8
550553anchor_left = 0.5
@@ -561,7 +564,7 @@ text = "HOLD R TO EXIT"
561564label_settings = SubResource ("LabelSettings_pause_hint" )
562565horizontal_alignment = 1
563566
564- [node name ="QuitOverlay" type ="Panel" parent ="." ]
567+ [node name ="QuitOverlay" type ="Panel" parent ="." unique_id = 316579954 ]
565568visible = false
566569modulate = Color (1 , 1 , 1 , 0 )
567570z_index = 2
@@ -573,7 +576,7 @@ grow_vertical = 2
573576mouse_filter = 2
574577theme_override_styles/panel = SubResource ("StyleBoxEmpty_d5aou" )
575578
576- [node name ="Holder" type ="VBoxContainer" parent ="QuitOverlay" ]
579+ [node name ="Holder" type ="VBoxContainer" parent ="QuitOverlay" unique_id = 289008022 ]
577580layout_mode = 1
578581anchors_preset = 8
579582anchor_left = 0.5
@@ -588,20 +591,19 @@ grow_horizontal = 2
588591grow_vertical = 2
589592alignment = 1
590593
591- [node name ="Label" type ="Label" parent ="QuitOverlay/Holder" ]
594+ [node name ="Label" type ="Label" parent ="QuitOverlay/Holder" unique_id = 1425722822 ]
592595layout_mode = 2
593596text = "Hold R to Quit"
594597label_settings = SubResource ("LabelSettings_r7xjp" )
595598horizontal_alignment = 1
596599
597- [node name ="ProgressBackground" type ="ColorRect" parent ="QuitOverlay/Holder" ]
600+ [node name ="ProgressBackground" type ="ColorRect" parent ="QuitOverlay/Holder" unique_id = 372914467 ]
598601custom_minimum_size = Vector2 (300 , 8 )
599602layout_mode = 2
600603color = Color (0.28 , 0.28 , 0.28 , 0.75 )
601604
602- [node name ="ProgressBar" type ="ColorRect" parent ="QuitOverlay/Holder/ProgressBackground" ]
605+ [node name ="ProgressBar" type ="ColorRect" parent ="QuitOverlay/Holder/ProgressBackground" unique_id = 541280931 ]
603606layout_mode = 0
604- offset_right = 0.0
605607offset_bottom = 8.0
606608color = Color (0.54 , 0.54 , 0.54 , 0.82 )
607609
@@ -783,7 +785,7 @@ text = "1x"
783785label_settings = SubResource ("LabelSettings_usmyc" )
784786horizontal_alignment = 1
785787
786- [node name ="PauseTitle" type ="Label" parent ="PanelLeft/PanelLeftViewport" groups =["pause_text" ]]
788+ [node name ="PauseTitle" type ="Label" parent ="PanelLeft/PanelLeftViewport" unique_id = 531787894 groups =["pause_text" ]]
787789anchors_preset = -1
788790anchor_left = 0.5
789791anchor_top = 0.86
@@ -799,7 +801,7 @@ text = "PAUSES"
799801label_settings = SubResource ("LabelSettings_pause_counter_title" )
800802horizontal_alignment = 1
801803
802- [node name ="PauseCount" type ="Label" parent ="PanelLeft/PanelLeftViewport" groups =["pause_text" ]]
804+ [node name ="PauseCount" type ="Label" parent ="PanelLeft/PanelLeftViewport" unique_id = 1695472366 groups =["pause_text" ]]
803805anchors_preset = -1
804806anchor_left = 0.5
805807anchor_top = 0.93
0 commit comments