mirror of
https://github.com/open-goal/jak-project
synced 2026-07-30 16:04:33 -04:00
jak1: add back money starburst (#2650)
This commit is contained in:
@@ -2053,6 +2053,22 @@
|
||||
)
|
||||
)
|
||||
|
||||
;; customized
|
||||
(defpart 238
|
||||
:init-specs ((:texture (new 'static 'texture-id :index #x2c :page #x2))
|
||||
(:num 1.0)
|
||||
(:scale-x (meters 1.28))
|
||||
(:scale-y :copy scale-x)
|
||||
(:r 128.0)
|
||||
(:g 128.0)
|
||||
(:b 128.0)
|
||||
(:a 128.0)
|
||||
(:timer (seconds 0.035))
|
||||
(:flags (bit2 bit3))
|
||||
(:func 'sparticle-track-root-money)
|
||||
)
|
||||
)
|
||||
|
||||
(defpartgroup group-money-starburst :id 64 :bounds (static-bspherem 0 0.5 0 1.5) :parts ((sp-item 238)))
|
||||
|
||||
(defpartgroup group-buzzer-effect
|
||||
|
||||
Reference in New Issue
Block a user