1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-27 22:41:56 +08:00
Files
fallingshrimp 14deb2de71 feat: 添加暂停面板类名并优化字段显示逻辑
修复TipBox销毁时的动画冲突问题
重构游戏重启逻辑以包含库存保存
移除GameOver面板中的重复库存保存代码
优化UIState中的字段显示控制和提示清除功能
2026-05-05 07:04:32 +08:00

9 lines
169 B
GDScript

@tool
extends FullscreenPanelBase
class_name PausePanel
@onready var gameControl: GameControl = $%gameControl
func afterOpen(_args: Array = []):
gameControl.enable()