1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-07-12 21:12:54 +08:00

refactor(武器系统): 用emitType枚举替换chargable和oneShoot布尔值

重构武器发射逻辑,使用枚举类型EmitType来管理不同的武器发射方式
更新相关武器配置文件和角色控制逻辑
This commit is contained in:
2026-04-13 23:07:48 +08:00
parent a4f923a14f
commit d6680bf506
6 changed files with 38 additions and 17 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ avatarTexture = ExtResource("3_mdipf")
displayName = "光标刃轮"
typeTopic = 1
costBeachball = 350
oneShoot = true
emitType = 1
store = {
"atk": 10,
"speed": 0.004