mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
0716c2f4da
Adds both the Codeblock Descriptor along with the needed update to Port.set_value to allow Callbacks. + Adds the Expression node which utilizes the Codeblock descriptor. Co-authored-by: Eroax <eroaxe.business@gmail.com> Co-authored-by: Lera Elvoé <yagich@poto.cafe> Reviewed-on: https://codeberg.org/Eroax/Re-DotDeck/pulls/9
13 lines
474 B
Text
13 lines
474 B
Text
[gd_scene load_steps=2 format=3 uid="uid://vjpj2074hiex"]
|
|
|
|
[ext_resource type="Script" path="res://graph_node_renderer/deck_node_renderer_graph_node.gd" id="1_pos0w"]
|
|
|
|
[node name="DeckNodeRendererGraphNode" type="GraphNode"]
|
|
custom_minimum_size = Vector2(200, 0)
|
|
offset_right = 200.0
|
|
offset_bottom = 55.0
|
|
resizable = true
|
|
title = "Deck Node"
|
|
script = ExtResource("1_pos0w")
|
|
|
|
[connection signal="position_offset_changed" from="." to="." method="_on_position_offset_changed"]
|