mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-23 14:20:07 +00:00
jak1: add back money starburst (#2650)
This commit is contained in:
parent
01aa67798f
commit
2e9aa1f962
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user