mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-30 07:51:54 +08:00
7 lines
94 B
GDScript
7 lines
94 B
GDScript
|
|
extends FullscreenPanelBase
|
||
|
|
|
||
|
|
@onready var audio = $"%audio"
|
||
|
|
|
||
|
|
func beforeOpen():
|
||
|
|
audio.play()
|