25 lines
777 B
Plaintext
25 lines
777 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://addons/easy_charts/utilities/containers/legend/function_type.gd" type="Script" id=1]
|
|
[ext_resource path="res://addons/easy_charts/utilities/containers/legend/function_label.gd" type="Script" id=2]
|
|
|
|
[node name="FunctionLabel" type="HBoxContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
theme_override_constants/separation = 5
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="FunctionType" type="Label" parent="."]
|
|
offset_top = 293.0
|
|
offset_right = 20.0
|
|
offset_bottom = 307.0
|
|
custom_minimum_size = Vector2( 20, 0 )
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="FunctionName" type="Label" parent="."]
|
|
offset_left = 25.0
|
|
offset_top = 293.0
|
|
offset_right = 25.0
|
|
offset_bottom = 307.0
|
|
theme_override_colors/font_color = Color( 0, 0, 0, 1 )
|