-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpopup test.tscn
36 lines (31 loc) · 933 Bytes
/
popup test.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[gd_scene load_steps=2 format=3 uid="uid://chdmnkdl2firf"]
[ext_resource type="Script" path="res://addons/network_utility/Editor/cost_popup.gd" id="1_iv6jl"]
[node name="Control" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="SubViewport" type="SubViewport" parent="."]
[node name="ConfirmationDialog" type="ConfirmationDialog" parent="SubViewport"]
title = "Select new cost"
position = Vector2i(525, 152)
size = Vector2i(200, 153)
visible = true
script = ExtResource("1_iv6jl")
[node name="LineEdit" type="LineEdit" parent="SubViewport/ConfirmationDialog"]
anchors_preset = 14
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
offset_left = 8.0
offset_top = -68.5
offset_right = -8.0
offset_bottom = 27.5
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 3
size_flags_vertical = 4
text = "1"
placeholder_text = "1"