mirror of
https://github.com/Relintai/pmlpp_sample.git
synced 2025-01-04 14:49:39 +01:00
50 lines
1.5 KiB
Plaintext
50 lines
1.5 KiB
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://addons/easy_charts/control_charts/ScatterChart/scatter_chart.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://addons/easy_charts/examples/scatter_chart/Control.gd" type="Script" 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="Control" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": true
|
|
}
|
|
|
|
[node name="ScatterChart" parent="." instance=ExtResource( 1 )]
|
|
|
|
[node name="CheckButton" type="CheckButton" parent="."]
|
|
margin_right = 223.0
|
|
margin_bottom = 40.0
|
|
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
|
custom_colors/font_color_pressed = Color( 0, 0, 0, 1 )
|
|
custom_colors/font_color_hover = Color( 0, 0, 0, 1 )
|
|
custom_colors/font_color_hover_pressed = Color( 0, 0, 0, 1 )
|
|
custom_colors/font_color_focus = Color( 0, 0, 0, 1 )
|
|
custom_colors/font_color_disabled = Color( 0, 0, 0, 1 )
|
|
text = "Start Relatime Plotting"
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
anchor_left = 1.0
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = -159.0
|
|
margin_top = -19.0
|
|
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
|
custom_styles/normal = SubResource( 1 )
|
|
text = "Try to scale the window!"
|
|
__meta__ = {
|
|
"_edit_lock_": true
|
|
}
|
|
|
|
[connection signal="pressed" from="CheckButton" to="." method="_on_CheckButton_pressed"]
|