gduibasics/scenes/flexview_window.tscn
2021-08-21 17:15:07 +02:00

22 lines
986 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://addons/de.mewin.gduibasics/scenes/flexview.tscn" type="PackedScene" id=1]
[ext_resource path="res://addons/de.mewin.gduibasics/scenes/scripts/flexview_window.gd" type="Script" id=2]
[node name="flexview_window" type="WindowDialog"]
anchor_right = 1.0
anchor_bottom = 1.0
resizable = true
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="flex_view" parent="." instance=ExtResource( 1 )]
[connection signal="item_rect_changed" from="." to="." method="_on_flexview_window_item_rect_changed"]
[connection signal="visibility_changed" from="." to="." method="_on_flexview_window_visibility_changed"]
[connection signal="current_view_changed" from="flex_view" to="." method="_on_flex_view_current_view_changed"]
[connection signal="view_added" from="flex_view" to="." method="_on_flex_view_view_added"]
[connection signal="view_removed" from="flex_view" to="." method="_on_flex_view_view_removed"]