This website requires JavaScript.
Explore
Help
Sign In
fallingshrimp
/
Dog-Lynx-And-HCN
Watch
1
Star
1
Fork
0
You've already forked Dog-Lynx-And-HCN
mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced
2026-05-29 23:41:54 +08:00
Code
Releases
Activity
Files
efe417fcc444a6f3d27e36832bb9ced96f2fb1ff
Dog-Lynx-And-HCN
/
scripts
/
Contents
/
Panels
/
GameOver.gd
T
8 lines
100 B
GDScript
Raw
Normal View
History
Unescape
Escape
feat(UI): 添加武器面板功能
2025-09-06 11:23:11 +08:00
@tool
feat(游戏结束): 添加失败音效并调整游戏平衡
2025-08-29 14:10:23 +08:00
extends
FullscreenPanelBase
@onready
var
audio
=
$
"
%
audio
"
func
beforeOpen
(
)
:
audio
.
play
(
)
Copy Permalink