mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-11 22:27:12 +08:00
feat(UI): 添加编译提示面板并更新启动流程
在启动单机游戏时显示编译提示面板 扩展FullscreenPanelBase增加afterOpen和beforeClose钩子 添加CompilingTip面板相关资源和脚本
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
@tool
|
||||
extends FullscreenPanelBase
|
||||
|
||||
func afterOpen(_args: Array = []):
|
||||
UIState.closeCurrentPanel()
|
||||
Reference in New Issue
Block a user