-
Notifications
You must be signed in to change notification settings - Fork 0
/
AlertBox.tscn
66 lines (57 loc) · 1.7 KB
/
AlertBox.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[gd_scene load_steps=2 format=2]
[ext_resource path="res://AlertBox.cs" type="Script" id=1]
[node name="AlertBox" type="WindowDialog"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -100.0
margin_top = -100.0
margin_right = 100.0
margin_bottom = 60.0
rect_min_size = Vector2( 200, 160 )
mouse_filter = 1
size_flags_horizontal = 0
size_flags_vertical = 0
window_title = "Folder not found"
script = ExtResource( 1 )
[node name="Control" type="Control" parent="."]
show_behind_parent = true
margin_right = 760.0
margin_bottom = 464.0
focus_mode = 1
input_pass_on_modal_close_click = false
[node name="TextureRect" type="ColorRect" parent="Control"]
margin_left = -412.0
margin_top = -200.0
margin_right = 604.0
margin_bottom = 392.0
focus_mode = 1
input_pass_on_modal_close_click = false
color = Color( 0.129412, 0.129412, 0.129412, 0.772549 )
[node name="MarginContainer" type="MarginContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
custom_constants/margin_right = 12
custom_constants/margin_top = 12
custom_constants/margin_left = 12
custom_constants/margin_bottom = 12
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
margin_left = 12.0
margin_top = 12.0
margin_right = 188.0
margin_bottom = 148.0
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer"]
margin_right = 176.0
margin_bottom = 82.0
size_flags_vertical = 3
text = "Couldn't open the specified Steam folder.
Check the \"Steam root path\" is set correctly."
autowrap = true
[node name="CloseButton" type="Button" parent="MarginContainer/VBoxContainer"]
unique_name_in_owner = true
margin_top = 116.0
margin_right = 176.0
margin_bottom = 136.0
size_flags_vertical = 10
text = "Ok"