-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDialog.tscn
54 lines (46 loc) · 1.15 KB
/
Dialog.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
[gd_scene load_steps=5 format=2]
[ext_resource path="res://bb3273.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://Dialog.gd" type="Script" id=2]
[sub_resource type="DynamicFont" id=3]
size = 32
font_data = ExtResource( 1 )
[sub_resource type="Theme" id=2]
default_font = SubResource( 3 )
[node name="Dialog" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = SubResource( 2 )
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="DialogBox" type="Control" parent="."]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -346.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ColorRect" type="ColorRect" parent="DialogBox"]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -195.0
color = Color( 0, 0, 0, 0.309804 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="RichTextLabel" type="RichTextLabel" parent="DialogBox"]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 20.0
margin_top = -164.0
margin_right = -20.0
margin_bottom = -20.0
text = "aaaaaaaaa"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Tween" type="Tween" parent="DialogBox"]