pandemonium_engine_easy_charts/addons/easy_charts/Utilities/Legend/FunctionLegend.tscn

29 lines
713 B
Plaintext
Raw Normal View History

2020-05-14 02:36:45 +02:00
[gd_scene load_steps=2 format=2]
[ext_resource path="res://addons/easy_charts/Utilities/Legend/FunctionLegend.gd" type="Script" id=2]
[node name="FunctionLegend" type="VBoxContainer"]
margin_right = 80.0
margin_bottom = 26.0
alignment = 1
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Function" type="Label" parent="."]
margin_top = 2.0
margin_right = 80.0
margin_bottom = 16.0
custom_colors/font_color = Color( 0.184314, 0.192157, 0.262745, 1 )
text = "Function"
align = 1
valign = 1
[node name="Color" type="ColorRect" parent="."]
margin_top = 20.0
margin_right = 80.0
margin_bottom = 23.0
rect_min_size = Vector2( 15, 3 )
color = Color( 0.184314, 0.192157, 0.262745, 1 )