pandemonium_engine_easy_charts/addons/easy_charts/Utilities/Point/PointData.tscn

82 lines
1.9 KiB
Plaintext
Raw Normal View History

2020-05-14 02:36:45 +02:00
[gd_scene load_steps=3 format=2]
[ext_resource path="res://addons/easy_charts/Utilities/Point/PointData.gd" type="Script" id=1]
[sub_resource type="StyleBoxFlat" id=1]
2020-05-20 17:28:10 +02:00
content_margin_left = 10.0
content_margin_right = 10.0
2020-05-14 02:36:45 +02:00
content_margin_top = 5.0
content_margin_bottom = 5.0
bg_color = Color( 1, 1, 1, 0 )
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color( 1, 1, 1, 1 )
corner_radius_top_left = 5
corner_radius_top_right = 5
corner_radius_bottom_right = 5
corner_radius_bottom_left = 5
corner_detail = 20
[node name="PointData" type="CanvasLayer"]
[node name="PointData" type="PanelContainer" parent="."]
2020-05-20 17:28:10 +02:00
anchor_right = 0.0694688
anchor_bottom = 0.067
margin_right = -0.136002
margin_bottom = 0.799999
grow_horizontal = 2
2020-05-14 02:36:45 +02:00
mouse_filter = 2
custom_styles/panel = SubResource( 1 )
script = ExtResource( 1 )
__meta__ = {
2020-05-20 17:28:10 +02:00
"_edit_use_anchors_": true
2020-05-14 02:36:45 +02:00
}
[node name="PointData" type="VBoxContainer" parent="PointData"]
2020-05-20 17:28:10 +02:00
margin_left = 10.0
2020-05-14 02:36:45 +02:00
margin_top = 5.0
2020-05-20 17:28:10 +02:00
margin_right = 61.0
2020-05-14 02:36:45 +02:00
margin_bottom = 36.0
2020-05-20 17:28:10 +02:00
grow_horizontal = 2
size_flags_horizontal = 3
2020-05-14 02:36:45 +02:00
custom_constants/separation = 3
2020-05-20 17:28:10 +02:00
alignment = 1
2020-05-14 02:36:45 +02:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Function" type="Label" parent="PointData/PointData"]
margin_right = 51.0
margin_bottom = 14.0
2020-05-20 17:28:10 +02:00
size_flags_horizontal = 3
2020-05-14 02:36:45 +02:00
align = 1
valign = 1
[node name="Value" type="HBoxContainer" parent="PointData/PointData"]
margin_top = 17.0
margin_right = 51.0
margin_bottom = 31.0
2020-05-20 17:28:10 +02:00
grow_horizontal = 2
size_flags_horizontal = 6
alignment = 1
2020-05-14 02:36:45 +02:00
[node name="x" type="Label" parent="PointData/PointData/Value"]
margin_right = 39.0
margin_bottom = 14.0
2020-05-20 17:28:10 +02:00
size_flags_horizontal = 3
2020-05-14 02:36:45 +02:00
custom_colors/font_color = Color( 1, 1, 1, 1 )
text = "Value:"
2020-05-20 17:28:10 +02:00
align = 2
2020-05-14 02:36:45 +02:00
valign = 1
[node name="y" type="Label" parent="PointData/PointData/Value"]
margin_left = 43.0
margin_right = 51.0
margin_bottom = 14.0
2020-05-20 17:28:10 +02:00
size_flags_horizontal = 3
2020-05-14 02:36:45 +02:00
custom_colors/font_color = Color( 1, 1, 1, 1 )
text = "0"
valign = 1