Rollercoaster-Derivatives/addons/easy_charts/examples/line_chart/Control.tscn

49 lines
1.8 KiB
Plaintext

[gd_scene format=3 uid="uid://chcj7up8k8pa8"]
[ext_resource type="Script" uid="uid://b3f6ye7dq4g6m" path="res://addons/easy_charts/examples/line_chart/Control.gd" id="1"]
[ext_resource type="PackedScene" uid="uid://dlwq4kmdb3bhs" path="res://addons/easy_charts/control_charts/chart.tscn" id="2"]
[sub_resource type="StyleBoxFlat" id="1"]
content_margin_right = 5.0
content_margin_bottom = 5.0
draw_center = false
border_width_right = 2
border_width_bottom = 2
border_color = Color(0, 0, 0, 1)
[node name="Control2" type="Control" unique_id=1432132673]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1")
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=420636511]
layout_mode = 0
anchor_right = 1.0
anchor_bottom = 1.0
[node name="CheckButton" type="CheckButton" parent="VBoxContainer" unique_id=1087670003]
layout_mode = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_colors/font_focus_color = Color(0, 0, 0, 1)
theme_override_colors/font_pressed_color = Color(0, 0, 0, 1)
theme_override_colors/font_hover_color = Color(0, 0, 0, 1)
theme_override_colors/font_hover_pressed_color = Color(0, 0, 0, 1)
theme_override_colors/font_disabled_color = Color(0, 0, 0, 1)
text = "Start Relatime Plotting"
[node name="Chart" parent="VBoxContainer" unique_id=1336462756 instance=ExtResource("2")]
layout_mode = 2
[node name="Label" type="Label" parent="VBoxContainer" unique_id=1068372980]
layout_mode = 2
size_flags_horizontal = 8
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_styles/normal = SubResource("1")
text = "Try to scale the window!"
[connection signal="pressed" from="VBoxContainer/CheckButton" to="." method="_on_CheckButton_pressed"]