mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
eeb509cae0
we finally have a way to add nodes from a menu!! lets goooooooo Reviewed-on: https://codeberg.org/Eroax/Re-DotDeck/pulls/3 Co-authored-by: Lera Elvoé <yagich@poto.cafe> Co-committed-by: Lera Elvoé <yagich@poto.cafe>
15 lines
546 B
Text
15 lines
546 B
Text
[gd_scene load_steps=2 format=3 uid="uid://b18qpb48df14l"]
|
|
|
|
[ext_resource type="Script" path="res://graph_node_renderer/deck_renderer_graph_edit.gd" id="1_pojfs"]
|
|
|
|
[node name="DeckRendererGraphEdit" type="GraphEdit"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
right_disconnects = true
|
|
script = ExtResource("1_pojfs")
|
|
|
|
[connection signal="popup_request" from="." to="." method="_on_popup_request"]
|
|
[connection signal="scroll_offset_changed" from="." to="." method="_on_scroll_offset_changed"]
|