mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
14deb2de71
修复TipBox销毁时的动画冲突问题 重构游戏重启逻辑以包含库存保存 移除GameOver面板中的重复库存保存代码 优化UIState中的字段显示控制和提示清除功能
9 lines
169 B
GDScript
9 lines
169 B
GDScript
@tool
|
|
extends FullscreenPanelBase
|
|
class_name PausePanel
|
|
|
|
@onready var gameControl: GameControl = $%gameControl
|
|
|
|
func afterOpen(_args: Array = []):
|
|
gameControl.enable()
|