fix dark jak punch sound and some samos sounds (#3214)

This commit is contained in:
ManDude
2023-11-19 11:35:07 +00:00
committed by GitHub
parent 7f1bf1f892
commit a7f2776782
8 changed files with 42 additions and 34 deletions
+6 -2
View File
@@ -906,14 +906,14 @@
(-> s5-2 ppointer)
)
)
(let ((t1-3 (make-u128 (the-as uint #x7469682d6863) (the-as uint #x6e75702d6b616a64))))
(let ((imp-sound (static-sound-name "djak-punch-hit")))
(play-effect-sound
(-> self skel effect)
'punch
-1.0
(-> self control impact-ctrl joint)
(the-as basic #f)
(the-as sound-name t1-3)
imp-sound
)
)
(activate! *camera-smush-control* 819.2 15 75 1.0 0.9 (-> *display* camera-clock))
@@ -1943,3 +1943,7 @@
)
:post (-> target-grab post)
)