miggor-StreamGraph/graph_node_renderer/compat_dialog.tscn
Lera Elvoé f24906715d store connections inside the deck (#147)
- node/port connections are now stored in the deck they belong to
- share the connections object between group instances for free syncing
- add compatibility code to allow loading decks made before this change
- disabled the ability to open multiple decks in the renderer for now since it'd cause problems when opening multiple decks and one of them is incompatible; to be redesigned later

closes #140

Reviewed-on: https://codeberg.org/StreamGraph/StreamGraph/pulls/147
Co-authored-by: Lera Elvoé <yagich@poto.cafe>
Co-committed-by: Lera Elvoé <yagich@poto.cafe>
2024-04-17 00:24:55 +00:00

18 lines
552 B
Text

[gd_scene format=3 uid="uid://cd1t0gvi022gx"]
[node name="CompatDialog" type="ConfirmationDialog"]
initial_position = 1
size = Vector2i(440, 175)
ok_button_text = "Open"
dialog_autowrap = true
[node name="Label" type="Label" parent="."]
offset_left = 8.0
offset_top = 8.0
offset_right = 432.0
offset_bottom = 129.0
text = "Warning: This deck was last saved with an earlier version of StreamGraph.
Open anyway? The file will be modified, and opening it in the version it was saved with may lead to errors."
horizontal_alignment = 1
autowrap_mode = 2