mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-02 09:21:54 +08:00
feat(武器系统): 增强武器描述模板功能并添加调试选项
为武器系统添加数据类型支持,包括数值、百分比和角度显示格式 添加debugRebuild选项用于编辑器调试 移除调试用的print语句 更新LGBT武器的场景配置和描述显示
This commit is contained in:
@@ -211,7 +211,6 @@ func tryAttack(type: int, needChargeUp: bool = false):
|
||||
var done
|
||||
if isPlayer():
|
||||
done = weapon.attack(self)
|
||||
print("test", done, weapon.name)
|
||||
else:
|
||||
done = attack(type)
|
||||
if done:
|
||||
|
||||
Reference in New Issue
Block a user