mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-01 00:41:54 +08:00
feat(武器): 重做链式机枪并添加音效
重构链式机枪的子弹生成逻辑,降低散射衰减系数 添加射击音效资源及导入配置 调整武器属性描述和数值 移除测试用的调试代码
This commit is contained in:
@@ -16,7 +16,7 @@ func attack(entity: EntityBase):
|
||||
ComponentManager.getBullet("Volcano"),
|
||||
entity,
|
||||
entity.findWeaponAnchor("normal"),
|
||||
entity.position.angle_to_point(entity.get_global_mouse_position()), false, false, true, true
|
||||
entity.position.angle_to_point(entity.get_global_mouse_position()), true, true
|
||||
):
|
||||
var bullet: Volcano = j
|
||||
bullet.baseDamage = readStore("atk")
|
||||
|
||||
Reference in New Issue
Block a user