Adding log.gd
This commit is contained in:
parent
eb32d6614e
commit
4522259397
547 changed files with 46844 additions and 0 deletions
10
addons/gdUnit4/src/core/GdUnitRunner.tscn
Normal file
10
addons/gdUnit4/src/core/GdUnitRunner.tscn
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://belidlfknh74r"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/gdUnit4/src/core/GdUnitRunner.gd" id="1"]
|
||||
[ext_resource type="Script" path="res://addons/gdUnit4/src/network/GdUnitTcpClient.gd" id="2"]
|
||||
|
||||
[node name="Control" type="Node"]
|
||||
script = ExtResource("1")
|
||||
|
||||
[node name="GdUnitTcpClient" type="Node" parent="."]
|
||||
script = ExtResource("2")
|
||||
Loading…
Add table
Add a link
Reference in a new issue