-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLegend.tscn
44 lines (39 loc) · 1.04 KB
/
Legend.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
[gd_scene load_steps=5 format=2]
[ext_resource path="res://Exo-Regular.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://Label.tscn" type="PackedScene" id=2]
[ext_resource path="res://Legend.gd" type="Script" id=3]
[sub_resource type="DynamicFont" id=1]
resource_local_to_scene = true
size = 18
font_data = ExtResource( 1 )
[node name="Legend" type="Control"]
margin_left = 323.0
margin_top = 213.0
margin_right = 513.0
margin_bottom = 258.0
script = ExtResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label2" type="Label" parent="." instance=ExtResource( 2 )]
self_modulate = Color( 0.72549, 0, 2.57255, 0.8 )
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -56.6778
margin_top = -30.0
margin_right = 115.322
margin_bottom = 30.0
custom_fonts/font = SubResource( 1 )
text = "TRANS_ELASTIC"
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ColorRect" type="ColorRect" parent="."]
anchor_top = 0.5
anchor_bottom = 0.5
margin_top = -15.5
margin_right = 31.0
margin_bottom = 15.5