forked from datawhale/whale-town-front
fix: 修复聊天系统编译错误
- 修复 WebSocketManager/SocketIOClient 函数缩进错误 - 重命名 is_connected() 避免与 Object 基类冲突 - 修复 tscn 文件多余前导空格 - 修复测试文件 GUT 断言函数调用 - 添加 GUT 测试框架
This commit is contained in:
13
addons/gut/gui/EditorRadioButton.tres
Normal file
13
addons/gut/gui/EditorRadioButton.tres
Normal file
@@ -0,0 +1,13 @@
|
||||
[gd_resource type="Theme" load_steps=3 format=3 uid="uid://dssgvu257o1si"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_u716c"]
|
||||
bg_color = Color(0.43137255, 0.8784314, 0.6156863, 0.5254902)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ht2pf"]
|
||||
bg_color = Color(0, 0.44705883, 0.23921569, 1)
|
||||
|
||||
[resource]
|
||||
Button/colors/font_hover_pressed_color = Color(1, 1, 1, 1)
|
||||
Button/colors/font_pressed_color = Color(1, 1, 1, 1)
|
||||
Button/styles/hover = SubResource("StyleBoxFlat_u716c")
|
||||
Button/styles/pressed = SubResource("StyleBoxFlat_ht2pf")
|
||||
Reference in New Issue
Block a user