mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
change get deck var output type to ANY
This commit is contained in:
parent
36ea77048b
commit
26bf7cf0b3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ func _init() -> void:
|
||||||
category = "general"
|
category = "general"
|
||||||
|
|
||||||
add_output_port(
|
add_output_port(
|
||||||
DeckType.Types.STRING,
|
DeckType.Types.ANY,
|
||||||
"Variable",
|
"Variable",
|
||||||
"field"
|
"field"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue