mirror of
https://github.com/Relintai/pandemonium_engine_easy_charts.git
synced 2024-11-14 10:17:24 +01:00
18 lines
589 B
Plaintext
18 lines
589 B
Plaintext
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://addons/easy_charts/Utilities/Point/Point.gd" type="Script" id=1]
|
||
|
|
||
|
[node name="Point" type="Control"]
|
||
|
margin_left = -13.0
|
||
|
margin_top = -13.0
|
||
|
margin_right = 13.0
|
||
|
margin_bottom = 13.0
|
||
|
rect_min_size = Vector2( 16, 16 )
|
||
|
script = ExtResource( 1 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
[connection signal="gui_input" from="." to="." method="_on_Point_gui_input"]
|
||
|
[connection signal="mouse_entered" from="." to="." method="_on_Point_mouse_entered"]
|
||
|
[connection signal="mouse_exited" from="." to="." method="_on_Point_mouse_exited"]
|