1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 15:01:53 +08:00
Files
Dog-Lynx-And-HCN/components/Scenes/FullscreenPanels/CompilingTip.tscn
T
fallingshrimp 0e4d6e6fe3 feat(UI): 添加初始增益选择面板功能
实现初始增益选择面板的创建和显示逻辑,包括:
- 新增SelectInitialFeed面板场景和脚本
- 修改CompilingTip面板结束后跳转到选择面板
- 在ComponentManager中添加面板管理功能
- 优化UIState的面板加载和切换逻辑
2026-01-30 11:44:42 +08:00

27 lines
1.0 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://dxs5j0km0n2n4"]
[ext_resource type="PackedScene" uid="uid://d3qojeqa3difn" path="res://components/Abstracts/FullscreenPanelBase.tscn" id="1_vd4qa"]
[ext_resource type="Script" uid="uid://dubab2jnii6et" path="res://scripts/Contents/Panels/CompilingTip.gd" id="2_3guax"]
[ext_resource type="Texture2D" uid="uid://bgrjcmcsg1okc" path="res://resources/comics/start.svg" id="2_64ee7"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_64ee7"]
content_margin_top = 60.0
content_margin_bottom = 60.0
[node name="CompilingTip" instance=ExtResource("1_vd4qa")]
offset_top = 0.0
offset_bottom = 0.0
script = ExtResource("2_3guax")
[node name="container" type="PanelContainer" parent="content/wrapper" index="0"]
layout_mode = 2
size_flags_vertical = 3
theme_override_styles/panel = SubResource("StyleBoxEmpty_64ee7")
[node name="comic" type="TextureRect" parent="content/wrapper/container" index="0"]
layout_mode = 2
size_flags_vertical = 3
texture = ExtResource("2_64ee7")
expand_mode = 1
stretch_mode = 5