72 lines
2.2 KiB
Plaintext
72 lines
2.2 KiB
Plaintext
[gd_scene format=3 uid="uid://dcom4l0m3uyp"]
|
|
|
|
[ext_resource type="Script" uid="uid://fj6vwf07eo0u" path="res://addons/system/PauseMenu.gd" id="1_8e5xb"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_1ulo3"]
|
|
font_size = 25
|
|
|
|
[node name="PauseMenu" type="CanvasLayer" unique_id=143458046]
|
|
layer = 150
|
|
script = ExtResource("1_8e5xb")
|
|
|
|
[node name="Background" type="ColorRect" parent="." unique_id=1913371929]
|
|
anchors_preset = -1
|
|
anchor_top = -0.030864198
|
|
offset_left = 1.0
|
|
offset_top = 13.0
|
|
offset_right = 1172.0
|
|
offset_bottom = 673.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
color = Color(0.17254902, 0.78039217, 0.8784314, 0.34117648)
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="MenuContainer" type="VBoxContainer" parent="Background" unique_id=1534936548]
|
|
layout_mode = 0
|
|
offset_left = 359.0
|
|
offset_top = 215.0
|
|
offset_right = 851.0
|
|
offset_bottom = 485.0
|
|
|
|
[node name="Label" type="Label" parent="Background/MenuContainer" unique_id=1140336957]
|
|
layout_mode = 2
|
|
text = "РЕКЛАМНАЯ ПАУЗА"
|
|
label_settings = SubResource("LabelSettings_1ulo3")
|
|
horizontal_alignment = 1
|
|
|
|
[node name="ResumeButton" type="Button" parent="Background/MenuContainer" unique_id=212677710]
|
|
layout_mode = 2
|
|
text = "ПРОДОЛЖИТЬ"
|
|
|
|
[node name="Label2" type="Label" parent="Background/MenuContainer" unique_id=1857007535]
|
|
layout_mode = 2
|
|
text = "Громкость звуков (SFX)"
|
|
horizontal_alignment = 1
|
|
uppercase = true
|
|
|
|
[node name="VolumeBox" type="HBoxContainer" parent="Background/MenuContainer/Label2" unique_id=2013272928]
|
|
layout_mode = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="VolumeSlider" type="HSlider" parent="Background/MenuContainer" unique_id=1294679352]
|
|
layout_mode = 2
|
|
value = 45.0
|
|
|
|
[node name="Label3" type="Label" parent="Background/MenuContainer" unique_id=388587497]
|
|
layout_mode = 2
|
|
text = "Чувствительность мыши"
|
|
horizontal_alignment = 1
|
|
uppercase = true
|
|
|
|
[node name="SensitivitySlider" type="HSlider" parent="Background/MenuContainer" unique_id=1827964750]
|
|
layout_mode = 2
|
|
max_value = 5.0
|
|
step = 0.005
|
|
value = 1.75
|
|
ticks_on_borders = true
|
|
|
|
[node name="QuitButton" type="Button" parent="Background/MenuContainer" unique_id=1082246255]
|
|
layout_mode = 2
|
|
text = "СБЕЖАТЬ"
|