19 lines
574 B
Plaintext
19 lines
574 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dfhtyii266o5q"]
|
|
|
|
[ext_resource type="Script" path="res://addons/popupwindow/pop_up_window.gd" id="1_hxu1b"]
|
|
[ext_resource type="Script" path="res://addons/popupwindow/container.gd" id="2_frm4q"]
|
|
|
|
[node name="PopUpWindow" type="CanvasLayer"]
|
|
script = ExtResource("1_hxu1b")
|
|
|
|
[node name="Container" type="Container" parent="."]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("2_frm4q")
|
|
put_pos = Vector2(69.73, 66.07)
|