-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNode2D.tscn
51 lines (43 loc) · 1.17 KB
/
Node2D.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
[gd_scene load_steps=5 format=2]
[ext_resource path="res://NotoSansJP-Regular.otf" type="DynamicFontData" id=1]
[ext_resource path="res://label_container.gd" type="Script" id=2]
[sub_resource type="DynamicFont" id=1]
size = 72
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=2]
size = 26
font_data = ExtResource( 1 )
[node name="Node2D" type="Node2D"]
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_right = 1024.0
margin_bottom = 600.0
alignment = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="LabelContainer" type="Control" parent="VBoxContainer"]
margin_top = 40.0
margin_right = 1024.0
margin_bottom = 560.0
rect_min_size = Vector2( 1024, 520 )
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Message" type="Label" parent="VBoxContainer/LabelContainer"]
margin_right = 1024.0
margin_bottom = 520.0
custom_fonts/font = SubResource( 1 )
align = 1
valign = 3
autowrap = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="_Ruby" type="Label" parent="VBoxContainer/LabelContainer"]
visible = false
margin_bottom = 39.0
custom_fonts/font = SubResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}