miggor-StreamGraph/main.tscn
Lera Elvoé 715086f204 initial RPC renderer (#92)
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>
2024-03-05 07:09:36 +00:00

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")