This commit is contained in:
Yogi Wiguna
2026-03-17 17:38:30 +08:00
parent 1b8e411657
commit efdd8f4969
32 changed files with 320 additions and 22 deletions
+2
View File
@@ -2099,6 +2099,7 @@ func sync_grab_tekton(tekton_path: NodePath):
if is_attack_mode:
is_attack_mode = false
SfxManager.play("pick_up_tekton_roaming")
print("[Player %s] Grabbed Tekton %s" % [name, tekton.name])
func throw_tekton():
@@ -2333,6 +2334,7 @@ func sync_knock_tekton(tekton_path: NodePath):
# Intensity 2.0 for knock (drops 200% tiles) + Shrink/Recover
# Use on_thrown_landing to trigger shrink animation and floor freeze
tekton.on_thrown_landing(self , 2.0)
SfxManager.play("attack_mode")
print("[Player %s] Knocked Tekton %s" % [name, tekton.name])
# Visual feedback (Juice)