forked from moyin/whale-town-front
- 修复 WebSocketManager/SocketIOClient 函数缩进错误 - 重命名 is_connected() 避免与 Object 基类冲突 - 修复 tscn 文件多余前导空格 - 修复测试文件 GUT 断言函数调用 - 添加 GUT 测试框架
9 lines
313 B
Plaintext
9 lines
313 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://bvrqqgjpyouse"]
|
|
|
|
[ext_resource type="Script" uid="uid://duf6rfdqr6yoc" path="res://addons/gut/gui/ResizeHandle.gd" id="1_oi5ed"]
|
|
|
|
[node name="ResizeHandle" type="ColorRect"]
|
|
custom_minimum_size = Vector2(20, 20)
|
|
color = Color(1, 1, 1, 0)
|
|
script = ExtResource("1_oi5ed")
|