-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cell.tscn
48 lines (42 loc) · 1.04 KB
/
Cell.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
[gd_scene load_steps=2 format=2]
[ext_resource path="res://Assets/font.tres" type="DynamicFont" id=1]
[node name="Cell" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_right = -984.0
margin_bottom = -560.0
rect_min_size = Vector2( 40, 40 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Panel" type="Panel" parent="."]
margin_right = 40.0
margin_bottom = 40.0
rect_min_size = Vector2( 40, 40 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBox" type="VBoxContainer" parent="."]
margin_right = 40.0
margin_bottom = 40.0
alignment = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="HBox" type="HBoxContainer" parent="VBox"]
margin_top = 10.0
margin_right = 40.0
margin_bottom = 30.0
alignment = 1
[node name="RichTextLabel" type="RichTextLabel" parent="VBox/HBox"]
margin_right = 40.0
margin_bottom = 20.0
rect_min_size = Vector2( 40, 20 )
custom_fonts/normal_font = ExtResource( 1 )
bbcode_enabled = true
bbcode_text = "[center]A[/center]"
text = "A"
fit_content_height = true
__meta__ = {
"_edit_use_anchors_": false
}