44 lines
1.1 KiB
Text
44 lines
1.1 KiB
Text
|
[gd_scene load_steps=3 format=3 uid="uid://fqm81ew717o1"]
|
||
|
|
||
|
[ext_resource type="Theme" uid="uid://ck7603ob4gflc" path="res://Fonts/Theme.tres" id="1_nkmbb"]
|
||
|
[ext_resource type="Script" path="res://src/pause.gd" id="2_h2gml"]
|
||
|
|
||
|
[node name="PauseWindow" type="Window"]
|
||
|
transparent_bg = true
|
||
|
canvas_item_default_texture_filter = 0
|
||
|
position = Vector2i(0, 36)
|
||
|
size = Vector2i(400, 50)
|
||
|
borderless = true
|
||
|
always_on_top = true
|
||
|
transparent = true
|
||
|
content_scale_factor = 5.0
|
||
|
|
||
|
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
||
|
|
||
|
[node name="Control" type="Control" parent="CanvasLayer"]
|
||
|
layout_mode = 3
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
theme = ExtResource("1_nkmbb")
|
||
|
script = ExtResource("2_h2gml")
|
||
|
|
||
|
[node name="RichTextLabel" type="RichTextLabel" parent="CanvasLayer/Control"]
|
||
|
clip_contents = false
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 8
|
||
|
anchor_left = 0.5
|
||
|
anchor_top = 0.5
|
||
|
anchor_right = 0.5
|
||
|
anchor_bottom = 0.5
|
||
|
offset_left = -60.0
|
||
|
offset_top = -2.845
|
||
|
offset_right = 60.0
|
||
|
offset_bottom = 37.155
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
bbcode_enabled = true
|
||
|
text = "[center]Game Paused"
|