forked from datawhale/whale-town-front
- 修复 WebSocketManager/SocketIOClient 函数缩进错误 - 重命名 is_connected() 避免与 Object 基类冲突 - 修复 tscn 文件多余前导空格 - 修复测试文件 GUT 断言函数调用 - 添加 GUT 测试框架
35 lines
849 B
Plaintext
35 lines
849 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://dls5r5f6157nq"]
|
|
|
|
[ext_resource type="Script" uid="uid://dehdhn78qv5tr" path="res://addons/gut/gui/ResultsTree.gd" id="1_b4uub"]
|
|
|
|
[node name="ResultsTree" type="Tree"]
|
|
offset_right = 1082.0
|
|
offset_bottom = 544.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
columns = 2
|
|
hide_root = true
|
|
script = ExtResource("1_b4uub")
|
|
|
|
[node name="TextOverlay" type="Label" parent="."]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="ResultsTree" type="VBoxContainer" parent="."]
|
|
custom_minimum_size = Vector2(10, 10)
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_right = -70.0
|
|
offset_bottom = -104.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|