Files
settled-reach/client/addons/gdUnit4/src/network/GdUnitServer.tscn
T
jpmschweitzerandClaude Opus 4.6 61e0762a84 chore(client): add gdUnit4 test framework addon
Vendor gdUnit4 for Godot 4 client testing (D-030).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 16:52:00 +01:00

11 lines
382 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://cn5mp3tmi2gb1"]
[ext_resource type="Script" path="res://addons/gdUnit4/src/network/GdUnitServer.gd" id="1"]
[ext_resource type="Script" path="res://addons/gdUnit4/src/network/GdUnitTcpServer.gd" id="2"]
[node name="Control" type="Node"]
script = ExtResource("1")
[node name="TcpServer" type="Node" parent="."]
script = ExtResource("2")