15 lines
574 B
Plaintext
15 lines
574 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cljdfi6h4et0x"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://b533ymw1tepfd" path="res://ui/Notice.tscn" id="1_73h5j"]
|
|
[ext_resource type="Script" path="res://ui/Enquiry.gd" id="2_vnh3m"]
|
|
|
|
[node name="Enquiry" instance=ExtResource("1_73h5j")]
|
|
script = ExtResource("2_vnh3m")
|
|
|
|
[node name="Nav" parent="CenterContainer/PanelContainer/VBoxContainer" index="1"]
|
|
custom_minimum_size = Vector2(192, 0)
|
|
|
|
[node name="Cancel" type="Button" parent="CenterContainer/PanelContainer/VBoxContainer/Nav" index="1"]
|
|
layout_mode = 2
|
|
text = "Cancel"
|