Files
godot-demo-projects/networking/websocket_minimal/Main.tscn
Jon Bonazza d047c2de5b feat: update websocket-minimal to gdscript2.0
Update the networking/websocket-minimal project to use gdscript 2.0.
2021-12-07 10:28:40 -08:00

13 lines
356 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://cxaa046x45suv"]
[ext_resource type="Script" path="res://server.gd" id="1"]
[ext_resource type="Script" path="res://client.gd" id="2"]
[node name="Main" type="Node"]
[node name="Server" type="Node" parent="."]
script = ExtResource( "1" )
[node name="Client" type="Node" parent="."]
script = ExtResource( "2" )