mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
feat: 添加角色选择系统及相关功能
新增角色卡片组件和角色选择逻辑 实现角色卡片动画效果和交互功能 添加初始角色数据配置 修改启动面板以支持角色选择 更新主题样式和UI布局
This commit is contained in:
+12
-2
@@ -10,8 +10,12 @@ content_margin_left = 20.0
|
||||
content_margin_top = 5.0
|
||||
content_margin_right = 20.0
|
||||
content_margin_bottom = 5.0
|
||||
bg_color = Color(0, 0, 0, 0.5)
|
||||
border_color = Color(1, 1, 1, 1)
|
||||
bg_color = Color(1, 0, 0, 0.2)
|
||||
border_width_left = 5
|
||||
border_width_top = 4
|
||||
border_width_right = 5
|
||||
border_width_bottom = 4
|
||||
border_color = Color(1, 0, 0, 1)
|
||||
border_blend = true
|
||||
corner_radius_top_left = 1000
|
||||
corner_radius_top_right = 1000
|
||||
@@ -129,6 +133,12 @@ corner_radius_bottom_right = 5
|
||||
corner_radius_bottom_left = 5
|
||||
|
||||
[resource]
|
||||
Button/colors/font_color = Color(1, 1, 1, 1)
|
||||
Button/colors/font_disabled_color = Color(1, 1, 1, 1)
|
||||
Button/colors/font_focus_color = Color(0.95, 0.95, 0.95, 1)
|
||||
Button/colors/font_hover_color = Color(1, 1, 1, 1)
|
||||
Button/colors/font_hover_pressed_color = Color(1, 1, 1, 1)
|
||||
Button/colors/font_pressed_color = Color(1, 1, 1, 1)
|
||||
Button/font_sizes/font_size = 14
|
||||
Button/styles/disabled = SubResource("StyleBoxFlat_78ekx")
|
||||
Button/styles/hover = SubResource("StyleBoxFlat_1id7b")
|
||||
|
||||
Reference in New Issue
Block a user