mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 18:23:39 -04:00
fix dark jak punch sound and some samos sounds (#3214)
This commit is contained in:
+6
-2
@@ -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)
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user