-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdialogue_box_template.tscn
104 lines (92 loc) · 2.22 KB
/
dialogue_box_template.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
[gd_scene load_steps=6 format=2]
[ext_resource path="res://ASSETS/BBBOcelot-Regular.otf" type="DynamicFontData" id=1]
[ext_resource path="res://ASSETS/WORLD_ASSETS/Dialogue_box.png" type="Texture" id=2]
[sub_resource type="DynamicFont" id=24]
size = 9
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=27]
size = 10
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=28]
size = 10
font_data = ExtResource( 1 )
[node name="Dialogue_Box" type="Node2D"]
position = Vector2( -164, 48 )
__meta__ = {
"_edit_group_": true
}
[node name="Container" type="NinePatchRect" parent="."]
margin_left = 173.0
margin_top = 72.0
margin_right = 329.0
margin_bottom = 124.0
texture = ExtResource( 2 )
patch_margin_left = 3
patch_margin_top = 3
patch_margin_right = 3
patch_margin_bottom = 3
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Text" type="Label" parent="."]
margin_left = 180.0
margin_top = 86.0
margin_right = 315.0
margin_bottom = 110.0
custom_fonts/font = SubResource( 24 )
text = "..."
autowrap = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Speaker_name" type="NinePatchRect" parent="."]
margin_left = 163.0
margin_top = 62.0
margin_right = 216.0
margin_bottom = 83.0
texture = ExtResource( 2 )
patch_margin_left = 1
patch_margin_right = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="speaker_name" type="Label" parent="Speaker_name"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -12.0
margin_top = -5.5
margin_right = 12.0
margin_bottom = 5.5
custom_fonts/font = SubResource( 27 )
text = "???"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Next_btn_Container" type="NinePatchRect" parent="."]
margin_left = 288.0
margin_top = 117.0
margin_right = 359.0
margin_bottom = 132.0
texture = ExtResource( 2 )
patch_margin_left = 1
patch_margin_right = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="Next_btn_Container"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -31.5
margin_top = -5.5
margin_right = 31.5
margin_bottom = 5.5
custom_fonts/font = SubResource( 28 )
text = "Spacebar"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Tween" type="Tween" parent="."]