go to bear level fix and vibration of controller when gate is opening

This commit is contained in:
2026-09-03 18:20:19 +03:00
parent 931ddf0eeb
commit 01d6ecf475
4 changed files with 6 additions and 4 deletions
+2
View File
@@ -11,3 +11,5 @@ func _process(_delta: float) -> void:
if Run.bear_gate_open() or DP.b("gate_unlocked_bear"):
bear_gate_open = true
$AnimationPlayer.play("Gate_opening")
if DP.b("gamepad_vibration"):
Input.start_joy_vibration(0, 0.5, .5, 7)