Files
Dawn-Godot/ui/pause/PauseMenu.tscn

23 lines
858 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://c0i5e2dj11d8c"]
[ext_resource type="PackedScene" uid="uid://bt0okj2rie8qf" path="res://ui/pause/PauseMain.tscn" id="1_33nyv"]
[ext_resource type="Script" uid="uid://cgvf34t5qgwbm" path="res://ui/pause/PauseMenu.gd" id="1_82qxy"]
[ext_resource type="PackedScene" uid="uid://qgk5trrh6dfd" path="res://ui/pause/PauseSettings.tscn" id="2_3djnw"]
[node name="PauseMenu" type="Control" node_paths=PackedStringArray("MAIN", "SETTINGS")]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_82qxy")
MAIN = NodePath("PauseMain")
SETTINGS = NodePath("PauseSettings")
[node name="PauseSettings" parent="." instance=ExtResource("2_3djnw")]
layout_mode = 1
[node name="PauseMain" parent="." instance=ExtResource("1_33nyv")]
layout_mode = 1