mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
f24906715d
- 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>
18 lines
552 B
Text
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
|