1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-03 18:27:13 +08:00
Files

9 lines
169 B
GDScript
Raw Permalink Normal View History

@tool
extends FullscreenPanelBase
class_name PausePanel
2026-05-05 06:51:48 +08:00
@onready var gameControl: GameControl = $%gameControl
2026-05-05 06:51:48 +08:00
func afterOpen(_args: Array = []):
gameControl.enable()