-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDadoTabela.tscn
More file actions
34 lines (29 loc) · 832 Bytes
/
DadoTabela.tscn
File metadata and controls
34 lines (29 loc) · 832 Bytes
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
[gd_scene load_steps=5 format=2]
[ext_resource path="res://images/var.png" type="Texture" id=1]
[sub_resource type="StyleBoxTexture" id=1]
texture = ExtResource( 1 )
region_rect = Rect2( 0, 2, 8, 6 )
margin_left = 4.0
margin_right = 2.0
margin_top = 2.0
margin_bottom = 2.0
[sub_resource type="DynamicFontData" id=2]
font_path = "res://fonts/monogram_extended.ttf"
[sub_resource type="DynamicFont" id=3]
size = 32
extra_spacing_top = -6
font_data = SubResource( 2 )
[node name="Label" type="Label"]
margin_right = 18.0
margin_bottom = 22.0
focus_mode = 2
size_flags_horizontal = 3
custom_styles/normal = SubResource( 1 )
custom_fonts/font = SubResource( 3 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
custom_colors/font_outline_modulate = Color( 0, 0, 0, 1 )
text = "0"
align = 1
__meta__ = {
"_edit_use_anchors_": false
}