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

feat(武器): 将猞猁的默认武器替换为紫水晶簇

修改紫水晶簇的伤害显示为10点,并添加debugRebuild标志
调整相机震动效果,使强度叠加而非覆盖
This commit is contained in:
2026-05-08 18:44:57 +08:00
parent b9208189fe
commit 1eb05ca758
3 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ func _physics_process(_delta):
static func shake(millseconds: float, intensity: float = 10, steper: Callable = func(currentValue, _totalValue, _restPercent): return currentValue):
if StarterPanel.buildingShader: return
var startTime = WorldManager.getTime()
instance.shakeIntensity = intensity
instance.shakeIntensity += intensity
instance.shaking = true
await TickTool.until(
func():