mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 23:11:54 +08:00
e170dbee6d
在启动单机游戏时显示编译提示面板 扩展FullscreenPanelBase增加afterOpen和beforeClose钩子 添加CompilingTip面板相关资源和脚本
6 lines
99 B
GDScript
6 lines
99 B
GDScript
@tool
|
|
extends FullscreenPanelBase
|
|
|
|
func afterOpen(_args: Array = []):
|
|
UIState.closeCurrentPanel()
|