mirror of
https://github.com/Relintai/pandemonium_engine_easy_charts.git
synced 2024-11-14 10:17:24 +01:00
50 lines
1.1 KiB
Plaintext
50 lines
1.1 KiB
Plaintext
|
[gd_scene load_steps=4 format=2]
|
||
|
|
||
|
[ext_resource path="res://addons/easy_charts/Utilities/Point/PointData.tscn" type="PackedScene" id=1]
|
||
|
[ext_resource path="res://addons/easy_charts/LineChart/LineChart.gd" type="Script" id=4]
|
||
|
|
||
|
[sub_resource type="Theme" id=1]
|
||
|
|
||
|
[node name="LineChart" type="Control"]
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
rect_min_size = Vector2( 70, 50 )
|
||
|
mouse_filter = 2
|
||
|
script = ExtResource( 4 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="Background" type="ColorRect" parent="."]
|
||
|
visible = false
|
||
|
show_behind_parent = true
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
color = Color( 0.882353, 0.882353, 0.882353, 1 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="Points" type="Control" parent="."]
|
||
|
margin_right = 40.0
|
||
|
margin_bottom = 40.0
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="Legend" type="HBoxContainer" parent="."]
|
||
|
visible = false
|
||
|
margin_right = 1024.0
|
||
|
margin_bottom = 64.0
|
||
|
alignment = 1
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="PointData" parent="." instance=ExtResource( 1 )]
|
||
|
|
||
|
[node name="PointData" parent="PointData" index="0"]
|
||
|
theme = SubResource( 1 )
|
||
|
|
||
|
[editable path="PointData"]
|