1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-14 07:37:13 +08:00

fix: 修改测试模式和子弹碰撞逻辑

在测试模式下使用正式关卡数据而非玩笑数据
添加子弹碰撞时发射器后坐力效果
This commit is contained in:
2026-03-22 22:56:15 +08:00
parent ac5f10bb53
commit 54d3783306
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ static var WAVE_JUSTJOKE = [
Wave.create("Kernyr", 0, 0, true, 0, INF, 1),
]
static var WAVE_EMPTY = []
static var data = WAVE_NORMAL if WorldManager.isRelease() else WAVE_JUSTJOKE
static var data = WAVE_NORMAL if WorldManager.isRelease() else WAVE_NORMAL
static func create(
entity_: String,