mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
715086f204
Reviewed-on: https://codeberg.org/StreamGraph/StreamGraph/pulls/92 Co-authored-by: Lera Elvoé <yagich@poto.cafe> Co-committed-by: Lera Elvoé <yagich@poto.cafe>
10 lines
353 B
Text
10 lines
353 B
Text
[gd_scene load_steps=3 format=3 uid="uid://clxtes7sdpe65"]
|
|
|
|
[ext_resource type="Script" path="res://main.gd" id="1_rxyjw"]
|
|
[ext_resource type="Script" path="res://rpc_renderer/rpc_renderer.gd" id="2_m1ypq"]
|
|
|
|
[node name="Main" type="Node"]
|
|
script = ExtResource("1_rxyjw")
|
|
|
|
[node name="RPCRenderer" type="Node" parent="."]
|
|
script = ExtResource("2_m1ypq")
|