1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00

refactor(测试): 将默认波数据改为测试BOSS鸡并移除无用音频资源

修改Wave.gd中的默认波数据为测试BOSS鸡,便于测试
移除Chick.tscn中未使用的狐狸受伤音频资源及相关配置
This commit is contained in:
2025-12-14 14:54:06 +08:00
parent 80b6134412
commit 4648fedc73
2 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ static var WAVE_TESTBOSS_CHICK = [
Wave.create("Chick", 0, 0, true, 0, INF, 10),
]
static var WAVE_EMPTY = []
static var data = WAVE_NORMAL
static var data = WAVE_TESTBOSS_CHICK
static func create(
entity_: String,