mirror of
https://github.com/Relintai/pandemonium_engine_easy_charts.git
synced 2024-11-14 10:17:24 +01:00
29 lines
713 B
Plaintext
29 lines
713 B
Plaintext
[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 )
|